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?
Please always paste the exact error from logs/error_log, trying to interpret it is not a good idea.
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- 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