Contact: (801) 853-8339 or jesse@staynalive.com
Twitter, FriendFeed, LinkedIn, or Facebook

Mod_Perl woes…

Share

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

blog comments powered by Disqus