"Richard Schoenig" <richard_schoe...@picis.com> writes:

> I am trying to use mod_rewrite to direct user to another web server when they
> request a specific page within our application.  For instance when a user
> requests rep*.* with all the following URL information I would like them
> directed to an alternate server.  However, once those requests are completed
> and sent I would need them moved back for all following requests.  Essentially
> this is to move reports being run from one server everyone hits to an 
> alternate
> server setup specifically for reporting.

I wonder if reverse proxy would be a better fit for what you're trying
to do?  Your server could proxy rep*.* requests to your alternate
server, while serving other requests directly.

-- 
Dan Poirier <poir...@pobox.com>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to