RE: [EMAIL PROTECTED] Mod_proxy ProxyMatch

2005-07-29 Thread Axel-Stéphane SMORGRAV
Subject: Re: [EMAIL PROTECTED] Mod_proxy ProxyMatch On 7/28/05, Kuntze, Darin <[EMAIL PROTECTED]> wrote: > > > I'm trying to do some proxy work on my apache 2 server. I have > requests for a couple of asp files that need to be proxied to another > server. Therefore I

RE: [EMAIL PROTECTED] Mod_proxy ProxyMatch

2005-07-29 Thread Kuntze, Darin
PROTECTED] Mod_proxy ProxyMatch On 7/28/05, Kuntze, Darin <[EMAIL PROTECTED]> wrote: > > > I'm trying to do some proxy work on my apache 2 server. I have > requests for a couple of asp files that need to be proxied to another > server. Therefore I'm trying to use Pro

Re: [EMAIL PROTECTED] Mod_proxy ProxyMatch

2005-07-28 Thread Joshua Slive
On 7/28/05, Kuntze, Darin <[EMAIL PROTECTED]> wrote: > > > I'm trying to do some proxy work on my apache 2 server. I have requests for > a couple of asp files that need to be proxied to another server. Therefore > I'm trying to use ProxyMatch to match only the files with the ".asp" > extension.

[EMAIL PROTECTED] Mod_proxy ProxyMatch

2005-07-28 Thread Kuntze, Darin
Title: Mod_proxy ProxyMatch I'm trying to do some proxy work on my apache 2 server. I have requests for a couple of asp files that need to be proxied to another server. Therefore I'm trying to use ProxyMatch to match only the files with the ".asp" extension. Here's what I have so far (and it