Modify ↓
Ticket #2423 (closed defect: wontfix)
Custom option in /usr/share/ebox/stubs/squid.conf.mas breaks restart
| Reported by: | anthony@… | Owned by: | javier.amor.garcia@… |
|---|---|---|---|
| Milestone: | Component: | squid | |
| Severity: | major | Keywords: | squid wccp custom |
| Cc: |
Description
Hi, I am trying to add some WCCP configuration to my Zentyal server but ran into an issue.
If I add wccp2_router x.x.xx to /usr/share/ebox/stubs/squid.conf.mas I can restart the HTTP proxy service successfully through the Dashboard.
However if I then add wccp2_assignment_method hash to the .mas file, from the Dashboard squid fails to restart - no error but the status changes to Stopped rather than running.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Hello Anthony,
However, in oyur case I think the most likely scenarios is you have some syntax error in your custom template/configuration. One thing you could try is to run manually squid in the terminal and look for errors. You can try the follwoing command
stop ebox.squid # to assure is stopped.. /usr/sbin/squid -z -N # run squid in no-daemon mode
Cheers,