Ik probeer php op mijn apache (1.3) aan de gang te krijgen maar zoals je al raadt lukt dat dus niet als ik een script opvraag staat er in mijn error_log:
2001] [error] [client 192.168.1.1] Premature end of script headers: /var/www/cgi-bin/test.php
Het script ziet er zo uit:
<html>
<body>
<?php
$myvar = "hello world";
echo $myvar;
?>
</body>
</html>
Iemand enig suggestie:
2001] [error] [client 192.168.1.1] Premature end of script headers: /var/www/cgi-bin/test.php
Het script ziet er zo uit:
<html>
<body>
<?php
$myvar = "hello world";
echo $myvar;
?>
</body>
</html>
Iemand enig suggestie: