LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_http_module modules/mod_proxy_http.so
ProxyRequests Off
ProxyPreserveHost On
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
<Location “/opacweb”>
ProxyPass http://localhost:81/opacweb
ProxyPassReverse http://localhost:81/opacweb
AddDefaultCharset Off
</Location>
Blogged with Flock
Tags: Reverseproxy