I just hacked the <subj> into Apache::SSI (v. 2.08) because I
desperately needed it,
and I am submitting this to Ken so that he can incorporate it into the
future Apache::SSI release.
I didn't make anything to handle the echo_... stuff printing the time --
it is currently unaffected by <!--#config timefmt... --> (To do that,
one needs to change their calling convention so that the current SSI
instance that invokes them is known within, and then pass to _lastmod
the optional 2nd argument I added -- and also change the decl of
_lastmod to require them 2 always)
The thing works at http://www.tarunz.org/~vassilii/ -- it was there in
mod_include times, didn't want to lose it at mod_perl.
Get the modified .pm off
http://www.tarunz.org/~vassilii/pub/perl/SSI.pm
Once things get into the official dist., I'll remove the file and notify
this thread.
Enjoy,
Vassilii
P.S. I am now writing my 1st mod_perl handler from the scratch -- thanks
Doug/Stas/Ken/everyone for seducing me into all it by your positive work
example. The software and the docs are just great...