[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[suse-security] wildcard for reverse proxy via apache ?
hello list,
i try to setup reverse proxy for all our websites with apache 2.x.
right now my vhosts look like this:
<VirtualHost *:80>
ServerName test.dummy.tld
ProxyPass / http://111.111.111.111/
ProxyPassReverse / http://111.111.111.111/
</VirtualHost>
that way it works fine for root-dir of the webserver
but not for the subdirectorys ( test.dummy.tld/subdir/ )
is it possible to configure a wildcard for all subdirs
or it is needed to configure ProxyPass ProxyPassReverse
for every single subdir ?
greetings
andy
--free your mind, use open source
http://www.mono-project.com
ASCII ribbon campaign ( )
- against HTML email X
& vCards / \
--
Check the headers for your unsubscription address
For additional commands, e-mail: suse-security-help@xxxxxxxx
Security-related bug reports go to security@xxxxxxx, not here