RE: [EMAIL PROTECTED] Mod_rewrite and mod_proxy

2005-11-09 Thread LECONTE Laurent ROSI/SICOR
ld avoid using ProxyPass/ProxyPassReverse altogether and instead implement of all your redirects using only mod_rewrite's RewriteRule directives. cheers Simon On 11/9/05, LECONTE Laurent ROSI/SICOR <[EMAIL PROTECTED]> wrote: > > Hello all, > > I've configured an Apache 2.

[EMAIL PROTECTED] Mod_rewrite and mod_proxy

2005-11-09 Thread LECONTE Laurent ROSI/SICOR
Hello all, I've configured an Apache 2.0 instance to work as a reverse proxy, listening on external.address.com and redirecting to internal.address.com. The relevant lines of the httpd.conf file are : Listen external.address.com:80 ProxyPass / http://internal.address.com/ ProxyPassReverse / h