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/php
Code: Select all
Premature end of script headers: php
Weiß jemand, wo mein Fehler liegt/liegen könnte?
Danke :)