Techie:Techie Main/Apache2/Proxy Setup

From FFL Wiki
Revision as of 10:58, 9 June 2010 by Phallus (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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