Reverse Proxy for all requests - except images
"Mike Collins" <[email protected]> Thu, 17 Jul 2003 15:00:47 -0400
| Newsgroups | gmane.comp.apache.mod-proxy |
|---|---|
| Organization | Macromedia |
| Message-ID | <023401c34c95$bcd52830$0200a8c0@MCOLLINS01> |
I have tried everything and can't find a solution:
Using the Proxy Engine I thought it could work like this:
<ProxyMatch [^\.gif$]>
ProxyPass http://localhost:8000/
ProxyPassReverse http://localhost:8000/
</ProxyMatch>
Using the Rewrite Engne i tried several variations of the below:
Something like the below
RewriteCond %{THE_REQUEST} "[^(images)]" [NC]
RewriteRule .* http://localhost:8000/ [P,L]
All the above directives are in a virtualhost tag.
Thanks,
Mike Collins
Macromedia Product Support