The following reply was made to PR mod_proxy/5796; it has been noted by GNATS.

From: Schuyler Bishop <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, 
        "'apache-bugdb@apache.org'" <apache-bugdb@apache.org>
Cc:  
Subject: RE: mod_proxy/5796: ProxyPass
Date: Fri, 25 Feb 2000 11:25:23 -0500

 This message is in MIME format. Since your mail reader does not understand
 this format, some or all of this message may not be legible.
 
 ------_=_NextPart_000_01BF7FAC.EABB418A
 Content-Type: text/plain;
        charset="iso-8859-1"
 
 I have found out that this bug exists only when using authentication to
 protect resources using ProxyPass and ProxyPassReverse.  When I add the
 following code, referencing the same password file as the proxied resources,
 the www-authentication works just fine:
 
 <Location /manual>
     order allow,deny
     allow from all
     deny from none
     AuthName "login for manuals"
     AuthType Basic
     AuthUserFile /usr/local/apache/htdocs/passwd
     Require valid-user
     satisfy all
 </Location>
 
 Again, the authuserfile is the same one referenced in the following:
 
 <Directory proxy:*>
     order allow,deny
     allow from all
     deny from none
     AuthName "need to login"
     AuthType Basic
     AuthUserFile /usr/local/apache/htdocs/passwd
     Require valid-user
     satisfy all
 </Directory>
 ProxyPass /virtual1/ http://www.collegis.com/virtual1/
 ProxyPassReverse /virtual1/ http://www.collegis.com/virtual1/
 ProxyPass /virtual1 http://www.collegis.com/virtual1/
 ProxyPassReverse /virtual1 http://www.collegis.com/virtual1
 ProxyPass /virtual2/ http://www.collegis.com/virtual2/
 ProxyPassReverse /virtual2/ http://www.collegis.com/virtual2/
 ProxyPass /virtual2 http://www.collegis.com/virtual2/
 ProxyPassReverse /virtual2 htthttp://www.collegis.com/virtual2
 
 But authentication only works for the /manual location.  The proxy location
 (/virtual1 or /virtual2) prompts for authentication, but does not properly
 authenticate.  To test:
 
 Go to http://ra.lab.collegis.com/manual and use username test1 password
 test2.
 Then go to http://ra.lab.collegis.com/virtual1 and use the same username /
 password.
 
 Schuyler
 
 --------------------------
 Schuyler Bishop ([EMAIL PROTECTED])
 Technical Services Division    
 Collegis, Inc
 
 http://www.collegis.com                
 phone: (407) 660-1199  
 fax: (407) 660-8008
 
 
 
 -----Original Message-----
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, February 22, 2000 10:40 AM
 To: [EMAIL PROTECTED]
 Subject: Re: mod_proxy/5796: ProxyPass
 
 
 Thank you very much for your problem report.
 It has the internal identification `mod_proxy/5796'.
 The individual assigned to look at your
 report is: apache. 
 
 >Category:       mod_proxy
 >Responsible:    apache
 >Synopsis:       ProxyPass
 >Arrival-Date:   Tue Feb 22 07:40:01 PST 2000
 
 
 ------_=_NextPart_000_01BF7FAC.EABB418A
 Content-Type: application/octet-stream;
        name="Schuyler Bishop.vcf"
 Content-Disposition: attachment;
        filename="Schuyler Bishop.vcf"
 
 BEGIN:VCARD
 VERSION:2.1
 N:Bishop;Schuyler
 FN:Schuyler Bishop
 ORG:;TSD
 TITLE:Network Manager
 TEL;WORK;VOICE:407.660.1199 x.2352
 ADR;WORK:;Corporate;2300 Maitlland Center Pkwy., Ste.340;Maitland;FL;32751;USA
 LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Corporate=0D=0A2300 Maitlland Center 
Pkwy., Ste.340=0D=0AMaitland, FL 32751=
 =0D=0AUSA
 EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
 REV:20000204T170113Z
 END:VCARD
 
 ------_=_NextPart_000_01BF7FAC.EABB418A--

Reply via email to