Archive for September 25th, 2004

Mod_Perl woes…

Saturday, September 25th, 2004

Hi - you seem to be new here. If you like what you see, please give back by subscribing to my RSS feed!

You can check me out on Twitter, Facebook, or FriendFeed to see what I'm up to. Thanks for visiting!

Well, Bryar now allows you to actually click on individual articles using the Bryar/Frontend/Mod_Perl.pm module, but for some reason I can’t get the text after /blog to be counted in path_info. I inserted a /x/ after /blog now so path_info will recognize the article id’s after that. I’m not sure why that doesn’t work.

Here’s a sample httpd.conf entry for Mod_Perl 2:

   <Location /blog>
     PerlSetVar BryarDataDir /path/to/data/dir
     PerlSetVar Renderer Mason
     SetHandler perl-script
     PerlResponseHandler Bryar::Frontend::Mod_perl
   </Location>

Next step: get my main HTML::Mason look and feel templates to render the
/blog articles