Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Conditional Proxy Authentication

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  how to have apache pick up right domain name when..  
Author Message
kevin_news

External


Since: Jul 01, 2003
Posts: 2



(Msg. 1) Posted: Tue Jul 01, 2003 10:16 am
Post subject: Conditional Proxy Authentication
Archived from groups: alt>apache>configuration (more info?)

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 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]