PerlPassEnv and Proxies

2002-02-18 Thread Andrew Green
Hi all, I'm using a typical dual-server combination for mod_perl content on a selection of sites. Requests go to the vanilla Apache and a mod_rewrite/mod_proxy combo forward them on to the mod_perl Apache. As part of this, I'm trying to allow a prefix to the URL path to set an environment

Re: PerlPassEnv and Proxies

2002-02-18 Thread Igor Sysoev
On Mon, 18 Feb 2002, Andrew Green wrote: I'm using a typical dual-server combination for mod_perl content on a selection of sites. Requests go to the vanilla Apache and a mod_rewrite/mod_proxy combo forward them on to the mod_perl Apache. As part of this, I'm trying to allow a prefix to

Re: PerlPassEnv and Proxies

2002-02-18 Thread Hans Juergen von Lengerke
Andrew Green [EMAIL PROTECTED] on Feb 18, 2002: As part of this, I'm trying to allow a prefix to the URL path to set an environment variable I can then use in my mod_perl programs to determine databases, templates etc. The vanilla httpd.conf features a line thus: RewriteRule