1) Do any other SSI commands work? For instance, can you
echo an environment variable, include a file="myfile" (i.e., without a virtual
path), or execute a command? Or is it all busted?
It is all busted. I tried <!--#echo
var="LAST_MODIFIED" --> and it doesn't work
either.
2) Have you tried putting your
directives in an .htaccess instead of the .conf?
I am not sure what you mean here. What directive
would I be putting in the .htaccess?
Aloha
Davis
Hi,
I know this is
something very simple but after reading through the cobalt documentation as
well as several other sources I am stumped.
I can not get
SSI to execute on my server no matter what I do. Here is my current
configuration:
SRM.CONF
AddType
text/html .shtml
AddHandler
server-parsed .shtml
ACCESS.CONF
# Options
Indexes SymLinksIfOwnerMatch Includes
Options Indexes FollowSymLinks
Includes
Options Indexes FollowSymLinks ExecCGI
(Note: I changed
the Options command when SymLinks didn't work. I did try with symlinks set
up though)
HTTPD.CONF
(Under each site
entry I have)
AddType
text/html .shtml
AddHandler
server-parsed .shtml
--------------------------------------------------------------------------------------------
I have the
include set up as <!--#include virtual="file.shtml" --> in my shtml
file.
If anyone can
give me some input on this I would appreciate it very
much.
Thanks in advance,
Gerard
Onorato