You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Chaman Bagga <ch...@hotmail.com> on 2000/02/15 23:19:34 UTC

mod_proxy/5765: When ProxyPass and proxy authentication, it asks for a password.

>Number:         5765
>Category:       mod_proxy
>Synopsis:       When ProxyPass and proxy authentication, it asks for a password.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Tue Feb 15 14:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     chamanbagga@hotmail.com
>Release:        1.3
>Organization:
apache
>Environment:

Solaris.
>Description:
Only our server www.cc.mydomain.com is accessible from outside thru the firewall. It is also used to access the outside world thru a proxy. When we map a local machine into its address space to make it accessible from outside, it asks the users for authentication which it should not? why should it use proxy service to access a local page? It works if proxy authentication is turned off.

ProxyRequests On
ProxyRemote * http://proxy.mydomain.com:8000/
ProxyDomain   .cc.mydomain.com
ProxyPass /foo/ http://foo.cc.mydomain.com/

<Directory proxy:*>
AuthType Basic
AuthName ProxyService
AuthUserFile /pkgs/apache/etc/passwd
require valid-user
</Directory>

>How-To-Repeat:
as mentioned above.
>Fix:

I tried NoProxy for the local machine, but it did not work.
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]