I am trying to get SSI working on apache2 on Ubuntu Linux. Even with the
simple file titled "testssi.shtml"-
 
<html>
<body>
 Some HTML text.
</body>
<html>
 
I get this in the error_log:
 
[Wed Dec 30 16:53:53 2009] [error] [client 192.168.1.107] (8)Exec format
error:
exec of '/usr/local/apache2/htdocs/testssi.shtml' failed
[Wed Dec 30 16:53:53 2009] [error] [client 192.168.1.107] Premature end
of scrip
t headers: testssi.shtml
 
The .htdocs directory has "Options ALL" in the httpd.conf file.
 
Any advice?
 
Wes

Reply via email to