May 2006 - Stay N Alive

Issues Fixed

If I just followed my own advice (see below – it was actually written in 2004), I would have been able to fix this right away. The rss and caching issues should be resolved now. It was an issue in the way Bryar handles Mod_Perl 2. There are still some comment issues that have cropped […]

Read more...

Using Bryar in Mod_Perl 2.0

I’ve made some additions to Bryar 2.6 to allow it to work in Mod_Perl 2.0.Without these changes (see diffs below), you will see random caching problemsbecause it loads Frontend/CGI.pm instead of Frontend/Mod_Perl.pm. Bryar/Config.pm: 44c44+ $ENV{‘GATEWAY_INTERFACE’} =~ /^CGI-Perl\// or exists $ENV{MOD_PERL} and $ENV{MOD_PERL} =~ /^mod_perl\//)—– $ENV{‘GATEWAY_INTERFACE’} =~ /^CGI-Perl\//) Bryar/Frontend/Mod_Perl.pm 3,5c3,5+ #use Apache::Constants qw(OK);+ #use Apache::Request;+ #use […]

Read more...

Wikilets!

I’ve determined I’m going to get somewhat of a dream added to Jeens. For awhile, I’ve been dreaming of the ability for a blogger to add a small wiki section to their blog entry. Only the section they designate can be freely edited by others. This could be used for collaboration, for review of code, […]

Read more...