https://issues.apache.org/bugzilla/show_bug.cgi?id=48461
Summary: Multiple .htpasswd files generating error
Product: Apache httpd-2
Version: 2.2.8
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy
AssignedTo: [email protected]
ReportedBy: [email protected]
So, I've got 2 apache servers, named "A" and "B"
Server A is reachable from the cloud, Server B is only reachable from the
intranet.
I have to access some documents from Server B from the cloud, so I made an
apache proxy on server "B" to reach server A like this
ProxyPass /some_page http://ServerB.intra/some_page
ProxyPassReverse /some_page http://ServerB.intra/some_page
The Server A's documentroot is protected via .htpasswd and allowed only an user
"UserA"
The Server B's /some_page is protected via .htpasswd and allowed only an user
"UserB"
When I navigated to http://ServerA/some_page then I got an authentication
window, from ServerA's realm and I authenticated as "UserA" then I got an
another authentication window (From ServerB's realm of course) and I
authenticated as UserB ... and THEN I got ServerA's authentication again ...
and then ServerB of course, and so on...
OK, I made a dirty hack, so I can auth on ServerB as UserA now, and it's
working now, but it looks like a bug for me, so I share it with you guys.
Best regards,
Balazs Pocze
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]