hi
although having installed the php module my php scripts do not work. cgi in general works, as there are no probleme with perl scripts.
but when executing a php-script i get an internal server error and the following entry in error_log:
[error] (8)Exec format error: exec of /usr/local/httpd/htdocs/con.php failed
[error] [client 127.0.0.1] Premature end of script headers: /usr/local/httpd/htdocs/con.php
the script is redused to the following lines:
<?php
header("Content-type: text/plain"
echo ("Hello World!"
?>
I RTFM, but still don't know what it could be. plz help me if you can.
regards
copton
although having installed the php module my php scripts do not work. cgi in general works, as there are no probleme with perl scripts.
but when executing a php-script i get an internal server error and the following entry in error_log:
[error] (8)Exec format error: exec of /usr/local/httpd/htdocs/con.php failed
[error] [client 127.0.0.1] Premature end of script headers: /usr/local/httpd/htdocs/con.php
the script is redused to the following lines:
<?php
header("Content-type: text/plain"
echo ("Hello World!"
?>
I RTFM, but still don't know what it could be. plz help me if you can.
regards
copton