> 
> At 08:58 AM 5/14/02 -0700, Erchinger, Ethan wrote:
> 
> Do you think it could be the 
> startup.pl (handler.pl),
> >shouldn't that only get run when the handler is perl-script?
> 
> If you have a "PerlRequire startup.pl" statement in your httpd.conf, 
> startup.pl will always be run as Apache is starting up. It 
> has nothing to 
> do with the Set/AddHandler directives. I'm sure there is a 
> section in the 
> guide (http://perl.apache.org/guide/) which has more info, 
> but I don't have 
> a link handy.

Thanks.  So in the handler.pl I now have a stanza that looks for my
/yadda-yadda uri in $r, and just return 1; if that's the case, put this in
the handler() sub.  So I believe the startup.pl should no longer be causing
problems.  I find it interesting that if I comment out the <Location />
directive which sets the "SetHandler perl-script", then the problem
disappears, maybe no so interesting, probably more obvious.  By the way,
this directory /yadda-yadda is actually being redirected via the mod_jk
ajp13 protocol to a Tomcat server.  If that helps at all.

Thanks,
EE

Reply via email to