in reply to server-parsed CGI output?
However there is exist module which can emulate SSI processing: CGI::SSI, . You can use it in your CGI scripts.
Another option is Apache 2.0.xx which supports stacked handlers.
Update: And another solution is running your scripts using mod_perl. There exist module Apache::SSIChain which can pass output of your script throw SSI processor (using some black magick I think :). Works only under mod_perl.
--
Ilya Martynov
(http://martynov.org/)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: server-parsed CGI output?
by stevenhasty (Initiate) on Feb 04, 2002 at 02:18 UTC |