gibt es schon jemand der unter dem neuen Apache 2.0.34 PHP ans Laufen gebracht hat ????
Alles läuft nur php Scripte werden grundsätzlich gedownloadet.
Öffne ich dabei aber das Script hat php seine Arbeit daran getan.
Bernd
Du hast PHP anscheinend nicht korrekt eingebunden. Lies nochmal das erste Kapitel unseres Buches. ;)
Für das CGI-Modul müssen die drei Zeilen in die httpd.conf (zumindest beim 1.3er Apache):
ScriptAlias /php/ "C:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php /php/php.exe
Danke Titus.....
genauso ist es eingetragen.....
es ist ja auch komisch.... wenn ich im Downloadfenster Öffnen anklicke dann kommt ja das Script richtig von php bearbeitet.
?????
Bernd
eigenartig ... mal sehen, was apache dazu zu sagen hat:
While we do not yet recommend Apache 2.0 for production usage, if you have postponed testing Apache 2.0 due to its experimental nature, please download and test this Apache 2.0.32 release to help ensure that any forthcoming 2.0 releases are the best versions available. Please report any bugs (http://httpd.apache.org/bug_report.html) you find.
Also, dann reporte denen mal schön! :D In der Bug-Database von Apache hab ich zum 2er httpd gar nix gefunden.