<VirtualHost *:80>

       ServerAdmin webmas...@localhost
       ServerName site4
       ProxyRequests off
       <Proxy *>
       Order deny,allow
       Allow from all
       </Proxy>
       ProxyPreserveHost Off
 ProxyPass /sakai   http://myinternal.server.in
       ProxyHTMLURLMap http://myinternal.server.in

 <Location /sakai/>
       ProxyPassReverse http://myinternal.server.in
       ProxyHTMLInterp On
       ProxyHTMLURLMap / /sakai/
       RequestHeader unset Accept-Encoding
       </Location>

</VirtualHost>

Above is configuration of my vhost.I checked this page
http://apache.webthing.com/mod_proxy_html30/config.html

A-B-C

The URL I am redirecting is coming on A and the above configuration is
at  A which should go to B if URI contains /sakai
is the above use of mod_proxy_html correct ?
If this configuration of Vhost is wrong then what should I change in 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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to