server-status and mod_proxy
- From: "Ed" <edwardquick@xxxxxxxxxxx>
- Date: 10 Oct 2005 08:10:13 -0700
Hi,
I have a reverse proxy set up to pass all requests to a remote server:
ProxyPass / http://sunlhrd103:7780/
ProxyPassReverse / http://sunlhrd103:7780/
However, the problem with this configuration is I can't check the
server-status.
I did get round this with a mod_rewrite:
RewriteRule ^/server-status/ - [L]
RewriteRule ^/(.*)$ http://sunlhrd103:7780/$1 [P]
However, I need to make this work with mod_proxy. Does anyone have any
idea how to configure the proxy to pass on all requests except those to
/server-status ?
Thanks,
Ed.
.
- Follow-Ups:
- Re: server-status and mod_proxy
- From: Tim
- Re: server-status and mod_proxy
- Prev by Date: rewrite rule not applyed
- Next by Date: Authentication problem
- Previous by thread: rewrite rule not applyed
- Next by thread: Re: server-status and mod_proxy
- Index(es):
Relevant Pages
|