in reply to Server Side Includes with print <<ENDHTML

You can do that with apache 2, but not with apache 1. With apache 1, you need to use something like CGI::SSI_Parser.
  • Comment on Re: Server Side Includes with print <<ENDHTML

Replies are listed 'Best First'.
Re^2: Server Side Includes with print <<ENDHTML
by boat73 (Scribe) on Nov 22, 2004 at 17:50 UTC
    I am running apache2, I would greatly appreciate an example. Thanks
      <Location /cgi-bin> SetOutputFilter INCLUDES </Location>
      See the mod_include documentation for more.