vhost with ProxyHTMLInterp On/Off correct definition of vhost needed

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



<VirtualHost *:80>

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



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux