--------------------------------------------------
<VirtualHost *:80>
ServerName www.example.com
ProxyPass /webservice !
ProxyPass / http://10.1.1.100/ProxyPassReverse / http://10.1.1.100/
</VirtualHost>
--------------------------------------------------
It's important to have ! directive before the actual ProxyPass direct.
No comments:
Post a Comment