Re: [us...@httpd] How to configure Apache 2.2.8 to act as reverse proxy?

2009-10-17 Thread Igor Cicimov
It is third party module you need to download the source and compile and install it using apxs as external loadable module. By the way you can do without it since you have mod_proxy already included in the apache. For reverse proxy you need to switch ProxyRequest to off. Example ProxyRequest Off

Re: [us...@httpd] URL-Rewrite Problem

2009-10-17 Thread Igor Cicimov
I agree with Jonathan but in mean time you can try this RewriteRule ^/Football/Quarter-Reports\%C2\%A0 /Football/Quarter-Reports [NE,R=301,L] On Sat, Oct 17, 2009 at 3:48 AM, Jonathan Zuckerman wrote: > On Fri, Oct 16, 2009 at 6:06 AM, Anoop.V wrote: > >> Thanks for the reply, >> Yes.I trie