How to proxy everything except selected urls?

2002-05-22 Thread Ken Miller
I the past, when I've setup a proxy/app server configuration, it's always been to forward certain url's to the app server, with the rest being processed by the proxy. However, I need to turn this around. I want to pass everything to the app server, except for some url's that point at static

Re: How to proxy everything except selected urls?

2002-05-22 Thread Randal L. Schwartz
Ken == Ken Miller [EMAIL PROTECTED] writes: Ken I initially thought something like this would work: Ken --- Ken ProxyPass On Ken ProxyPass / http://other.server.com:1234/ Ken ProxyPassReverse / http://other.server.com:1234/ Ken alias

Re: How to proxy everything except selected urls?

2002-05-22 Thread Issac Goldstand
Ken Miller wrote: I the past, when I've setup a proxy/app server configuration, it's always been to forward certain url's to the app server, with the rest being processed by the proxy. However, I need to turn this around. I want to pass everything to the app server, except for some url's that