On Wed, 3 Nov 2010 16:04:13 -0500, jon jon <free9360@xxxxxxxxx> wrote: > Hello,< > > I have looked through the mail archive, and not found what I am > looking for. I have Squid 2.6 installed on my Slackware box. I am new > to Linux, so I apologize for the noob question. How do install > squid_session the external helper program? Do I need to run the > ./configure --enable squid_session Maybe yes, maybe no. Running the command "locate bin/squid_session" should tell you where it is. Probably /usr/bin/squid/squid_session or /usr/local/bin/squid/squid_session > > Or is this program alreay installed, and I just need to add a line to = > my squid.conf file? > I dont understand how to install that program. If it's not already installed with Squid it can be added by re-building with the option: ./configure --enable-external-acl-helpers==session Amos