Wie kann das sein ?
-
Hi,
Ich wollte mal testen ob bei mir PHP5 funtzt, bekomm es jedoch nicht zum laufen .......
Er Zeigt immer folgendes an:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, l0l@gmx.de and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/1.3.31 Server at cenetix Port 80
In der Log vom Apache.1.4
[Mon Jul 26 20:01:45 2004] [error] [client 127.0.0.1] Premature end of script headers: e:/web/php5/php.exe
Config:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phpsAddType application/x-tar .tgz
AddType application/x-httpd-php .php
AddType application/x-httpd-php5 .php5Action application/x-httpd-php /php4/php.exe
Action application/x-httpd-php5 /php5/php.exephp4 funtzt wunderbar....
Hab das aktuelle php5
Kann mir da jemand helfen ?
-
bei mir laufen alle drei. php 3, 4, 5 nebeneinander.
meine config:
ScriptAlias /cgi-bin/ "D:/Apache/cgi-bin/" ScriptAlias /php3/ "d:/php3/" ScriptAlias /php4/ "d:/php4/" ScriptAlias /php5/ "d:/php5/" ScriptAlias /bla/ "d:/cApache/" ... AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps AddType application/x-tar .tgz AddType application/x-httpd-eruby .rhtml AddType application/x-httpd-php5 .php5 AddType application/x-httpd-bla .bla Action application/x-httpd-php3 /php3/php.exe Action application/x-httpd-php /php4/php.exe Action application/x-httpd-php5 /php5/php.exe Action application/x-httpd-eruby /cgi-bin/eruby Action application/x-httpd-bla /bla/bla.exe
fürs testen reichts so.
die php.ini von php 5 liegt im selben ordner konfiguriert, die php3 auch im php3 ordner, die aktuelle php4 im windows ordner.
vielleicht hilfts..