Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

[users@httpd] Use "ProxyPass" down multiple directories

jantje

2008-07-22


Author LoginPost Reply

Hi there,

I use ProxyPass to connect Apache Cocoon with Apache HTTPD:
    ProxyPass /project/ http://localhost:8888/ajaxBlock/
    ProxyPassReverse / http://localhost:8888/

The result is that a call to "http://localhost/project/project.html" is the
same as a call to "http://localhost:8888/ajaxBlock/project.html".

Now I want that the "ajaxBlock" can be whatever block I want, something
like:
    ProxyPass /*/ http://localhost:8888/$1/

Is this possible? I still want to use ProxyPass. I don't succeed in doing
this. Thanks for your reply..
--
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
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-unsubscribe@(protected)
 "  from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.