Hi!
Apache 2 beta ist installiert und läuft sauber. Nun will ich PHP als CGI einbinden (als .exe, nicht als Modul). Dabei kommt eine Fehlermeldung.
In meine http.conf habe ich Folgendes geschrieben:
ScriptAlias /php/ "C:/php/"
Action application/x-httpd-php "/php/php.exe"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml
Die PHP.ini liegt in c:/php, wo sie hingehört. Groß verändert habe daran nichts.
Der Apache sagt das (beim ausführen von PHPinfo() ):
[an error occurred while processing this directive] Dir Proxy-Anfrage konnte nicht ausgeführt werden. [an error occurred while processing this directive] Fehlermeldung:
couldn't create child process: 22623: C:/php/php.exe [an error occurred while processing this directive]
Ich hoffe auf Hilfe!!
Danke,
Bastian
Apache 2 beta ist installiert und läuft sauber. Nun will ich PHP als CGI einbinden (als .exe, nicht als Modul). Dabei kommt eine Fehlermeldung.
In meine http.conf habe ich Folgendes geschrieben:
ScriptAlias /php/ "C:/php/"
Action application/x-httpd-php "/php/php.exe"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml
Die PHP.ini liegt in c:/php, wo sie hingehört. Groß verändert habe daran nichts.
Der Apache sagt das (beim ausführen von PHPinfo() ):
[an error occurred while processing this directive] Dir Proxy-Anfrage konnte nicht ausgeführt werden. [an error occurred while processing this directive] Fehlermeldung:
couldn't create child process: 22623: C:/php/php.exe [an error occurred while processing this directive]
Ich hoffe auf Hilfe!!
Danke,
Bastian
Kommentar