Techie:Techie Main/Apache2/Proxy Setup

From FFL Wiki
Jump to navigation Jump to search

Install mod_proxy and see the following example additions httpd.conf to proxy through to tomcat running on port 8081

<Proxy *>
   Order deny,allow
   Allow from localhost
</Proxy>
ProxyPass               /fantacyweb     http://localhost:8081/fantacyweb
ProxyPassReverse        /fantacyweb     http://localhost:8081/fantacyweb

Also see Techie:Techie Main/Java/Tomcat/Proxy_through_to_Apache