Deau users,

I have in my configuration file following:

<VirtualHost :443>
ProxyPass /ATS http://192.0.2.25:8080/ABDAdmin
ProxyPassReverse /ATS http://192.0.2.25:8080/ABDAdmin
ProxyPassReverseCookiePath /ABDAdmin/ /ATS/
<Location "/ABD">
    AuthType SECURITY_CHECK
    require valid-user
</Location>
</VirtualHost>

but when I am connecting to the url:
https://<IPaddress/ATS/
then in the log I see:

[Thu Aug 11 11:23:41 2011] [info] Subsequent (No.4) HTTPS request
received for child 3 (server main_assistant:443)
[Thu Aug 11 11:23:41 2011] [debug] udsc_handlers.c(2078):
auth_handler: 'POST' '/ATS/AuthServlet' (null)
[Thu Aug 11 11:23:41 2011] [debug] mod_proxy_http.c(56): proxy: HTTP:
canonicalising URL //192.0.2.25:8080/ABDAdmin/AuthServlet
[Thu Aug 11 11:23:41 2011] [debug] proxy_util.c(1506): [client
10.7.254.50] proxy: http: found worker http://192.0.2.25:8080/ABDAdmin
for http://192.0.2.25:8080/ABDAdmin/AuthServlet, referer:
https://10.6.40.5/rcon/ATS.html
[Thu Aug 11 11:23:41 2011] [debug] mod_proxy.c(1015): Running scheme
http handler (attempt 0)
[Thu Aug 11 11:23:41 2011] [debug] mod_proxy_ajp.c(655): proxy: AJP:
declining URL http://192.0.2.25:8080/ABDAdmin/AuthServlet
[Thu Aug 11 11:23:41 2011] [debug] mod_proxy_http.c(1973): proxy:
HTTP: serving URL http://192.0.2.25:8080/ABDAdmin/AuthServlet
[Thu Aug 11 11:23:41 2011] [debug] proxy_util.c(2011): proxy: HTTP:
has acquired connection for (192.0.2.25)
[Thu Aug 11 11:23:41 2011] [debug] proxy_util.c(2067): proxy:
connecting http://192.0.2.25:8080/ABDAdmin/AuthServlet to
192.0.2.25:8080
[Thu Aug 11 11:23:41 2011] [debug] proxy_util.c(2193): proxy:
connected /ABDAdmin/AuthServlet to 192.0.2.25:8080

and result is the ABDAdmin/index.jsp chich is called withing
AuthServlet is not known (HTTP 403)
It seems that ProxyPassReverseCookiePath is not working properly. I
have apache 2.2.19.

Where can be a problem?


-- 
Best Regards / S pozdravem
Petr Hracek

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to