Mod_Perl woes…
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

Jesse Stay is a 

