Im having an issue with proxy authentication. I can set it up fine and
it works however I want certain sites to not need authentication.
For example...
<Proxy *windowsupdate*>
Order deny,allow
Allow from all
</Proxy>
<Proxy *>
Order deny,allow
Deny from all
Allow from 192.
AuthType Basic
AuthName "ILB internet access"
AuthUserFile /usr/local/apache/.userlist
AuthGroupFile /etc/group
require valid-user
</Proxy>
I would like to be able to have any url's with windowsupdate in it to
not require auth and all others require it.
This is to get around things like windows update that seems to not
handle authenticated proxys properly.
If anyone has any ideas, it would be greatly appreciated.
>> Stay informed about: Conditional Proxy Authentication