Changes for version 2.04 - 1999-01-30

  • Removed the %ENV = $r->cgi_env line, since it's not necessary. See http://forum.swarthmore.edu/epigone/modperl/jangblorkand .
  • Added "local $/ = undef;" line to reading input filehandle, which should speed up running under Apache::Filter. [Thanks, Joshua Chamos]
  • Added support for <!--#exec cgi="..."-->. Please let me know if there are any problems, there are a lot of things to get right (or go wrong). Thanks to Yury Kuznesov for the urging.
  • Added support for <!--#config ...-->, except the 'timefmt' directive.
  • With the small exception in 'config' above, I think that now all the functionality of mod_include is present in Apache::SSI. Once people have used it for a while and we've ironed out bugs, I'll declare some version "officially stable and complete" or something.

Modules

Implement Server Side Includes in Perl