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 Location / 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 Location / SetHandler perl-script PerlHandler

conf file precedence

1999-12-01 Thread Jason Bodnar
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 Location / SetHandler perl-script PerlHandler

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 Location / ... /Location before Location /frames ... /Location That works for Location but it appears ProxyPass and Location do not play nicely. ---