On 7/7/06, Ravish Agarwal <ravish.agarwal@xxxxxxxxx> wrote:
We are using apache WebServer version 2.0.55 on HP-UX version 11iand we are trying to redirect the requests to another WebServer on the same host
ProxyRequests On
You don't want that. Please look at the docs for mod_proxy. You've probably just created a big security problem.
ProxyPass /metso http://mgtpdma3.rau.valmet.com:7003/metso
You don't want that. The RewriteRule below does the Proxying, so this rule is not needed and could be causing problems. Does any request make it through to the back-end? What does the log on the back-end say? What does the apache error_log say after you turn LogLevel to debug? Joshua. --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx