/ Published in: Apache
How to make the URL at localhost/mirr/ a mirror of remotehost.com
Expand |
Embed | Plain Text
#Uncomment the following lines: 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 LoadModule proxy_ftp_module modules/mod_proxy_ftp.so #Then: ProxyPass /mirr http://remotehost.com ProxyPassReverse /mirr http://remotehost.com
You need to login to post a comment.
