Apache Reverse Proxy
Tags:
In httpd.conf
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /roller/ http://hostname:8080/roller/
ProxyPassReverse /roller/ http://hostname:8080/roller/
ProxyPass /roller http://hostname:8080/
ProxyPassReverse /roller http://hostname:8080/
»
- Add new comment
- 2049 reads
