I am running apache 1.3.12 on linux slackware. Cgi scripts are working fine, but for the life of me, I cannot get ssi to work. Tried scripts that work fine, but when I try the exec tag, nothing. I have read through many forums and documents. Not matter what options or directives I try to configure in httpd.conf, it still does not work. Note I am only using the one httpd.conf file. I have uncommented the following:
AddHandler cgi-script .cgi
AddType text/html .shtml
AddHandler server-parsed .shtml
and the document root is set for Options Indexes
FollowSymLinks Includes.
I have tried many different combinations of options.
Any help would be great,thanks in advance.
AddHandler cgi-script .cgi
AddType text/html .shtml
AddHandler server-parsed .shtml
and the document root is set for Options Indexes
FollowSymLinks Includes.
I have tried many different combinations of options.
Any help would be great,thanks in advance.