Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

[users@httpd] vhost with ProxyHTMLInterp On/Off correct definition of vhost needed

Tapas Mishra

2010-07-18

Replies: Find Java Web Hosting

Author LoginPost Reply
<VirtualHost *:80>

    ServerAdmin webmaster@(protected)
    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-unsubscribe@(protected)
 "  from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.