On 26/04/11 02:54, Daniel Shelton wrote:
Hello again all, First of all, thanks to Amos and Andrew for replying to my previous question. I have setup squid_session with the following in squid.conf. The result is attached below also. For whatever reason the squid sessions are crashing and I am not sure why. The goal would be to display a splash page to the user and then release them after that. ("Catch and Release") Does anyone know why the sessions are exiting ? Thanks, ---------------------------------- squid.conf ---------------------------------- external_acl_type session ttl=60 %SRC /usr/lib64/squid/squid_session -t 7200 -b /etc/squid/session.db
The -d option should record the helper actions in cache.log to confirm what is going on inside it. I suspect it is permission to write under /etc (which is not safe for an app to do).
Try with /var/run/squid/session.db or similar. Amos -- Please be using Current Stable Squid 2.7.STABLE9 or 3.1.12 Beta testers wanted for 3.2.0.7 and 3.1.12.1