Re: mod_proxy_add_forward weirdness: is it me or is it the code?

2002-12-23 Thread George Valpak
Solving my own problem so y'all don't have to :) - Looks like in my front end server, i need a rewrite rule like this: RewriteRule ^/(.*.cgi)$ http://localhost:8000/$1 [proxy] - then, in the backend server, I made the servename= localhost : ServerName localhost - then, for each

mod_proxy_add_forward weirdness: is it me or is it the code?

2002-12-22 Thread George Valpak
Probably me, I know I am working on settinig up a 2 server/proxy config. I have followed instructions at http://perl.apache.org/docs/1.0/guide on how to do that and so far it has gone pretty well. I now have both servers built from apache 1.3.27 and mod_perl 1.27 for the 2nd server. The