| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| 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-%22ProxyPa...p18599856.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 |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.