>... > >The man page has this: > >SYNOPSIS >squid_pam_auth [-n "service name"] [-t TTL] [-o] [-1] > >But where do I use the above? Or should I say what do I do now? >Can I configure this without recompiling pam or php or squid? During SQUID's configure stage you need : --enable-basic-auth-helpers=PAM After that , you need to (re)compile squid using ; % make all Pending different states of the dist. tree you may need : % make distclean before starting all of this. M.