Mailinglist Archive: opensuse-security (232 mails)
| < Previous | Next > |
wildcard for reverse proxy via apache ?
- From: Dörfler Andreas <Andreas.Doerfler@xxxxxxxxxx>
- Date: Tue, 25 Oct 2005 08:34:04 +0200
- Message-id: <D73F884883CCED428D90FEAABBD166F01F7A5D@xxxxxxxxxxxxxxxxxxxxxxxxx>
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 / \
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 / \
| < Previous | Next > |