As Daniel said this looks more like an Apache question than a Squid
question.
In Squid password protection is done via the proxy_auth ACL type, and
you can limit it to certain parts of the URL namespace by combining it
with some of the URL based ACLs in the same http_access line.
acl example dstdomain .example.com
acl login proxy_auth REQUIRED
http_access allow example login
http_access deny example
--
Henrik Nordstrom
Squid Hacker
Mick Collins wrote:
>
> Hello Group. I am looking to password a certain area of a web site. eg
> /home/httpd/html/porn/*.*
>
> How would i do this?/
>
>
>
> Regards,
> Mick Collins
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~
> E-Mail 1 : mickwell@bigpond.com
> E-Mail 2 : mickwell@eadelaide.com
> E-Mail 3 : gromit@esc.net.au
> ICQ : 66163269 or 83959355
> Irc : {_Shadow_}
> Mobile : 0403737145
> ~~~~~~~~~~~~~~~~~~~~~~~~~~
Received on Thu Apr 12 2001 - 13:37:30 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:17 MST