You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by jantje <ja...@skynet.be> on 2008/07/23 00:10:10 UTC

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

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..
-- 
View this message in context: http://www.nabble.com/Use-%22ProxyPass%22-down-multiple-directories-tp18599856p18599856.html
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org