Re: [EMAIL PROTECTED] mod_rewrite - Reverse Proxying CGIs with PATH_INFO to a Backend
d off. So at some point the frontend does realize that the request is for a CGI. Using an ErrorDocument for 403 in conjunction with mod_rewrite might work. I'll play around with it some and see what I can do. Thanks again, Keith Bare --
Re: [EMAIL PROTECTED] mod_rewrite - Reverse Proxying CGIs with PATH_INFO to a Backend
On Sat, May 07, 2005 at 08:05:11AM +0100, Nick Kew wrote: > Keith Bare wrote: > > > RewriteRule /(.*\.cgi)$ http://cgi-backend/$1 [P] > > > > but this fails for CGI scripts that use PATH_INFO. > > Of course it does. The $ means it matches only at the > end o