View Single Post
Old 10-07-2005, 08:14 PM   #2 (permalink)
susanh
Junior Member
 
Join Date: Jun 2005
Posts: 29
Default

I guess you can control who can access your proxy via the normal control block using the following example:

<Directory proxy:*>
order deny,allow
deny from [machines you'd like not to allow by IP address or name]
allow from [machines you'd like to allow by IP address or name]
</Directory>

A <files> block will also work sometimes.
susanh is offline   Reply With Quote
Sponsored Links