[users@httpd] Mod_proxy ProxyMatch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 doesn't seem to work):
<ProxyMatch "\.[aA][sS][pP]$">
        Order deny,allow
        Allow from all
        ProxyPass
http://aspwebserver/
        ProxyPassReverse http://aspwebserver/
</ProxyMatch>
Anyone have any ideas/suggestions? If there is a better way of doing this I'm very open to trying a different route.

Thanks,

DK


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux