Hi!

If i tried to view a php page that is located on my webserver, apache shows
the error #500 and the error_log says:

malformed header from script. Bad header=Error on executing script(7):

I dont know why this happens, and one thing thats strange is that a file
that did not suddenly work works now...



Example: This simple script does NOT work:



<html>
<head><title>PHP Versionsanzeige</title></head>
<body>

<?php
phpinfo();
?>
</body>
</html>



very thanks in advance