Re: Calling mod_perl handler from .htaccess file

2001-09-24 Thread Chris Brooks
> > 4. I set the Apache directives in hello/.htaccess to be the same as > > those on my home machine: > > > > > >PerlRequire /usr48/home/cbrooks/public_html/OCF/Hello.pm > >PerlHandler OCF::Hello > > > > But you didn't tell Apache to run this as modperl!!! You miss: > >SetHandler per

Re: Calling mod_perl handler from .htaccess file

2001-09-20 Thread Stas Bekman
Chris Brooks wrote: > Good morning all, > > I recently began to host a website with the hosting company addr.com. > On the good side, they run Apache / mod_perl and they only cost $10 / > month. On the bad side, they don't _support_ mod_perl, and they don't > allow access to the error_logs.

Re: Calling mod_perl handler from .htaccess file

2001-09-20 Thread ___cliff rayman___
perhaps you can try: use CGI::Carp qw(fatalsToBrowser) also, checkout the guide: http://perl.apache.org/guide/debug.html#Code_Debug especially the section: Using Apache::FakeRequest to Debug Apache Perl Modules which may be helpful in this case. Chris Brooks wrote: > Good morning all, > > I