The Official BLOG and Wiki for CustomMode.com
[ start | index | login ]
start > 2005-09-07 > 1

2005-09-07 #1

Created by dmitry. Last edited by dmitry, 3 years and 122 days ago. Viewed 260 times. #1
[edit] [rdf]
labels
attachments

apache frontending tomcat

This could be done in many different ways, using proxy is probably the easiest to get going, here is the example:
<VirtualHost xxx.xxx.xxx.xx:80>
  ServerName wiki.custommode.com
  ProxyRequests Off

<Proxy *> Order deny,allow Allow from all </Proxy>

ProxyPass / >>http://localhost:8080/snipsnap-1.0b2/ ProxyPassReverse / >>http://localhost:8080/snipsnap-1.0b2/

ErrorLog logs/wiki_error.log LogLevel warn CustomLog logs/wiki_access.log combined

</VirtualHost>

no comments | post comment
custommode.com | ©2000-2005
webmaster at custommode dot com