This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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 |
NewerOlder