You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by rajeev narang <ra...@altavista.net> on 1999/10/03 06:24:56 UTC

mod_proxy/5096: transparent proxy

>Number:         5096
>Category:       mod_proxy
>Synopsis:       transparent proxy
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Sat Oct  2 21:30:01 PDT 1999
>Last-Modified:
>Originator:     rajeev.narang@altavista.net
>Organization:
apache
>Release:        1.3.9
>Environment:
Linux shakti 2.2.12 #2 Fri Aug 27 07:05:12 EDT 1999 i586 unknown
>Description:
ProxyPass desc says it acts as a local cache for the remote server

but

Using mod_auth on the ProxyPass location sends a proxy authentication request
instead of a www authentication request.
>How-To-Repeat:
<Location ~ "^/family">
AuthType Basic
AuthName "User authentication"
AuthUserFile /home/rajeev/data/user.web
AuthGroupFile /home/rajeev/data/group.web
require group family
</Location>

ProxyPass /family http://localhost:2317/family
>Fix:

>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!     ]