|
Posted by bennymack on June 14, 2005, 12:45 pm
Please log in for more thread options
Hello all,
I am trying to handle requests to nonexistent directories with a
dhandler in HTML::Mason but I'm not having much luck.
I have set decline_dirs => 0 in my handler.pl per
http://www.masonhq.com/docs/manual/Admin.html#allowing_directory_requests
I have put mod_perl.c before mod_dir.c in the httpd.conf AddModule per
http://www.masonhq.com/?HandlingDirectoriesWithDhandlers
But still nothing. According to this page
http://www.masonbook.com/book/chapter-3.mhtml it should be possible
although it doesn't outline exactly how to accomplish it.
Somone also suggested using PerlTransHandler. Can anyone suggest the
best way to accomplish this? Hopefully something that has proven to be
successful in the past? Thanks!
|