Re: conf file precedence

1999-12-01 Thread Tim DiLauro
On Wed, 1 Dec 1999, Jason Bodnar wrote: > Date: Wed, 01 Dec 1999 16:19:06 -0600 (CST) > From: Jason Bodnar <[EMAIL PROTECTED]> > To: mod_perl list <[EMAIL PROTECTED]> > Subject: conf file precedence > > I have the following in my conf file: > > # Framed applications > ProxyPass /frames http://s

Re: conf file precedence

1999-12-01 Thread Jason Bodnar
On 01-Dec-99 Tim DiLauro wrote: > > I noticed this behavior in Apache_1.3.6-modperl_1.21. I worked around it > by specifying > >... > > before > >... That works for but it appears ProxyPass and do not play nicely. --- Jason Bodnar + [EMAIL PROTECTED] + Tivoli Systems I

RE: conf file precedence

1999-12-02 Thread Gerald Richter
> I have the following in my conf file: > > # Framed applications > ProxyPass /frames http://sw3.tivoli.com:81/frames > ProxyPassReverse /frames http://sw3.tivoli.com:81/frames > > # Begin Apache::ProxyStuff stuff > PerlModule Apache::ProxyStuff > > > SetHandler perl-script > PerlHandler

RE: conf file precedence

1999-12-02 Thread Eric Cholet
> I have the following in my conf file: > > # Framed applications > ProxyPass /frames http://sw3.tivoli.com:81/frames > ProxyPassReverse /frames http://sw3.tivoli.com:81/frames > > # Begin Apache::ProxyStuff stuff > PerlModule Apache::ProxyStuff > > > SetHandler perl-script > PerlHandler