phpbar.de logo

Mailinglisten-Archive

[php] apache + php4 will bei mir einfach nicht laufen !

[php] apache + php4 will bei mir einfach nicht laufen !

Rene Paschold mailing_(at)_rpnetworks.de
Tue, 19 Sep 2000 12:16:38 +0200


Du solltest folgendes in der httpd.conf stehen haben:

DirectoryIndex index.html index.php3 index.php

ScriptAlias /cgi-bin/ "c:/Apache/cgi-bin/"
ScriptAlias /php/ "c:/php4/"

AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php4 .php

Action application/x-httpd-php3 /php/php.exe
Action application/x-httpd-php4 /php/php.exe


Das sind jetzt meine Einstellungen vom WAMP System,
dürften aber laut Handbuch zu Apache auch für LAMP
gelten.

Gruß
Rene



php::bar PHP Wiki   -   Listenarchive