> <VirtualHost *:80>
>     ServerAdmin [email protected]
>     ServerName domain.net
>     ServerAlias www.domain.net
>
>     #SSLProxyEngine On
>     #ProxyPass /ifolder/ https://192.168.123.4/ifolder/
>     #ProxyPassReverse /ifolder/ https://192.168.123.4/ifolder/
>     RewriteEngine On
>     RewriteRule ^/ifolder(.*) https://%{HTTP_HOST}/ifolder/ [L]
>     RewriteRule ^/admin(.*) https://%{HTTP_HOST}/admin/ [L]
>     RewriteCond %{HTTP_HOST} !^updates.domain.net$ [NC]
>     RewriteRule ^/(.*)$ http://192.168.123.2/$1 [P,L]

Is updates.domain.net negated here on purpose?
Do requests to updates.domain.net even hit this virtualhost (ServerAlias)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to