see the facts man:
--------------------------------------------------------------------------------
How can I have my script output parsed?
So you want to include SSI directives in the output from your CGI script, but can't figure out how to do it? The short answer is "you can't." This is potentially a security liability and, more importantly, it can not be cleanly implemented under the current server API. The best workaround is for your script itself to do what the SSIs would be doing. After all, it's generating the rest of the content.
This is a feature The Apache Group hopes to add in the next major release after 1.3.
--------------------------------------------------------------------------------
SSIs don't work for VirtualHosts and/or user home directories.
This is almost always due to having some setting in your config file that sets "Options Includes" or some other setting for your DocumentRoot but not for other directories. If you set it inside a Directory section, then that setting will only apply to that directory.
--------------------------------------------------------------------------------
What exactly is this "Welcome to Worm! Hacked By Chinese!" message I see?
Nothing to worry about, just an Internal Server Error we're trying to solve.
[This message has been edited by Soul_Rebel (edited 07-18-2001).]
|