Techie:Techie Main/Apache2/Proxy Setup

From FFL Wiki
Revision as of 08:32, 27 May 2010 by Phallus (talk | contribs) (Created page with '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 </…')
(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