>Number:         2978
>Category:       mod_proxy
>Synopsis:       ProxyPass w/ Authentcation gives 407 not 401.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Wed Sep  9 12:20:01 PDT 1998
>Last-Modified:
>Originator:     [EMAIL PROTECTED]
>Organization:
apache
>Release:        1.3.1
>Environment:
Linux Redhat 5.1, using the apache-1.3.1-3.rpm from the Manhattan distro
>Description:
In apache 1.2 I had the web server proxy to a specialized web server on the 
inside of the firewall. Here is the excerpt from srm.conf. This host is unable 
to do authentication itself. In 1.2 this all worked just fine, now it gives 
error 407 which the browser doesn't understand, but displays my error page for 
error 401.  If I turn off auth the proxy works fine, (but not authentcated of 
course.)

ProxyPass /hks/bugweb http://mercury/hks/bugweb
<Location /hks>
AuthUserFile /etc/httpd/conf/passwd
AuthGroupFile /etc/httpd/conf/group
AuthName "HKS private pages"
AuthType Basic
require group hksftp
</Location>
>How-To-Repeat:
Create 2 web servers, 
configure one to proxy to the other using the lines in the description.
Access it with a web browser, I tried IE and Netscape
>Fix:
Change it back to how it used to work or add an option.
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[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!         ]



Reply via email to