Supportnet / Forum / Windows98
Apache+PHP
Frage
Hallo,
ich hab den apache zum laufen gebracht(nicht als Dienst) aber PHPO will absolut nicht.
Hab bisher in der httpd.conf eingetragen:+ScriptAlias /cgi-bin/ "c:/Programme/Apache Group/Apache/cgi-bin/"
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .phtml
Action application/x-httpd-php "/php/php.exe"
in der php.ini:
doc_root = "d:\apache\htdocs"
extension_dir = "d:\php"
MSVCRT.DLL und PHP4TS.DLL in das system-Verzeichniss kopiert.
Aber es tut trotzdem nicht!

