Skip to content

Instantly share code, notes, and snippets.

View eiswind's full-sized avatar

Thomas Kratz eiswind

View GitHub Profile
@eiswind
eiswind / gist:1863152
Created February 19, 2012 10:54
VAADIN mod_proxy config that works for me
<VirtualHost *:80>
ServerName shop.buchmanager.com
ProxyPass /VAADIN/ http://127.0.0.1:8889/VAADIN/
ProxyPass /APP/ http://127.0.0.1:8889/APP/
ProxyPass / http://127.0.0.1:8889/shop/
ProxyPreserveHost On
# Local reverse proxy authorization override
# Most unix distribution deny proxy by default (ie /etc/apache2/mods-enabled/proxy.conf in Ubuntu)
<Proxy *>
Order deny,allow