I have an application which is accessible on LAN as http://192.168.1.5:8080/olat/ it is a java application my proxy pass rule work correctly for this as follows ProxyPass /olat http://192.168.1.5:8080/olat ProxyPassReverse /olat http://192.168.1.5:8080/olat I am not able to write correct ReWriteRule for this I wrote the following <IfModule mod_rewrite.c> ReWriteEngine on RewriteRule ^/olat/ http://192.168.1.5:8080/olat [P,L] </IfModule> in browser I typed http://mydomain.com/olat then with ProxyPass I was able to access the application but with above ReWriteRule I was not able to access what can be the problem in ReWriteRule above ? -- Tapas http://mightydreams.blogspot.com http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers --------------------------------------------------------------------- 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