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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]