server-status and mod_proxy



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.

.



Relevant Pages

  • Re: Testing against an api
    ... tests/specs to actually hit the api, ... requests be stubbed out? ... It annoys the remote server, and exposes your test runs to false negatives if that server is down. ...
    (comp.lang.ruby)
  • Unknown Exception when processing a folder of forms
    ... My organization has a custom Outlook form, designed in-house, for ... submitting vacation and sick leave requests. ... server in a different state. ... Connectivity to this remote server isn't ...
    (microsoft.public.outlook)
  • Re: CAtlHttpClient Navigate()
    ... 4000 requests one at a time or 4000 requests at once? ... How are you setting up your test harness? ... We are using VC8 and the CAtlHttpClient to make HTTP requests to a remote ... We have verified the tomcat service on the remote server is not erroring out ...
    (microsoft.public.vc.atl)
  • Removable storage operator requests
    ... Is it possible to configure removable storage to send operator ... remote server and inconvenient to access just to check if there is a ... Thanks ahead of time, John. ...
    (microsoft.public.win2000.general)