You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Schuyler Bishop <sb...@collegis.com> on 2000/02/22 16:36:15 UTC

mod_proxy/5796: ProxyPass

>Number:         5796
>Category:       mod_proxy
>Synopsis:       ProxyPass
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Tue Feb 22 07:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     sbishop@collegis.com
>Release:        1.3.11
>Organization:
apache
>Environment:
SunOS ra 5.7 Generic_106541-08 sun4u sparc SUNW,Ultra-5_10
gcc version 2.8.1
Client Netscape 4.7 and MSIE 5.0 on Win32 ('98, 2000)
>Description:
Used proxypass and authentication.  Auth dialog pops up in browser, but cannot 
successfully authenticate.

May be similar to 5096,4741


>How-To-Repeat:
httpd.conf:
ProxyPass /virtual1/ http://www.foo.com/virtual1/
ProxyPassReverse /virtual1/ http://www.foo.com/virtual1/

access.conf:
<Directory proxy:*>
    Allow from all
    Order deny,allow
    AuthName "Restricted proxy area"
    AuthType Basic
    AuthUserFile /usr/local/apache/passwd/passwd
    Require valid-user
</Directory>

Use /usr/local/apache/bin/htpasswd to create an entry in 
/usr/local/apache/passwd/passwd.  Point browser to http//apacheproxyserver/virtual1.


Can give valid URL on actual server on request in e-mail.
>Fix:
http://www.wede.de/sw/mod_proxy/proxy-transparent.html has a patch that, if the
problem is in the passing of the proper and expected authentication request,
supposedly fixes the problem.
>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!     ]