Hello Hrishi,
(H == "Hrishi") [EMAIL PROTECTED] writes:
H> I need to know how to get apache to parse CGI output with the SSI
H> parser (the [php] script will have includes, which need to go
H> through mod_include). changing the mime-type to x-server-parsed or
H> anything hooked by mod_include doesnt help.
Why not use the CGI to write the output to a shtml (or whatever) on
disk, then after the write, send the Location header() to the file
that you just wrote.
With the right extension, as defined in your server conf files, it
should treat it as an SSI parsed document.
Is that not an option?
H> thanks,
H> Hrishi
-Brian
--
I got vision, and the rest of the world wears bifocals. -- Butch Cassidy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]