Hello,
I'm working on a PerlHandler that will potentially handle the root of my webserver. 
The code works fine if I set it to handle a sub-directory (<Location /my-location>), 
but if I say <Location/> and try to get / I get a 500 and an error that seems to 
indicate that no request object is passed to handler() (Can't call method 
"document_root" on an undefined value). Is this normal behavior, and if so is there a 
work around/what am I doing wrong?

Thank you in advance,
Arne Skjaerholt
:wq

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to