<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>