PHP als CGI - "Premature end..."
Posted: 2007-04-29 23:49
Wollte gerade eben das erste Mal PHP als CGI einrichten, folgender Code:
Apache gibt folgenden Fehler in der error_log zurück:
Das PHP Binary liegt unter /usr/local/app/php5-cgi. Das PHP Binary wurde mit der Gruppe und User des Apache Users gesetzt. (Auch bin/php)
Weiß jemand, wo mein Fehler liegt/liegen könnte?
Danke :)
Code: Select all
ScriptAlias /php /usr/local/app/php5-cgi/bin
<Location /cgi-php/>
Options ExecCGI
</Location>
AddType application/x-httpd-php .php
Action application/x-httpd-php /php/phpCode: Select all
Premature end of script headers: phpWeiß jemand, wo mein Fehler liegt/liegen könnte?
Danke :)