|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-04-24 15:05 UTC] dennis dot decoene at moveit dot be
[2002-04-24 15:11 UTC] derick@php.net
[2002-04-25 00:48 UTC] seagar at cm dot yuntech dot edu dot tw
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 19:00:02 2025 UTC |
When I have installed :(follow book steps) 1.MySQL(mysql-3.23.49-win.zip) 2.PHP(php-4.0.5-Win32.zip) 3.Apache(apache_1.3.19-win32-no_src-r2.msi) and configurated: 1.c:\php\php.ini-optimized: ;extension=php_imap.dll -> extension=php_imap.dll 2.C:\Program Files\Apache Group\Apache\conf\httpd.conf: (1)add in: LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php .php3 AddType application/x-httpd-php-source .phps (2)modify: DirectoryIndex index.html -> DirectoryIndex index.html index.php3 index.php index.pthml (3)DocumentRoot "C:/Program Files/Apache Goup/Apache/ htdocs" -> DocumentRoot "D:\HTML" (4)Directory "C:/Program Files/Apache Group/Apache/ htdocs" -> Directory "D:/HTML/" finally: run the Apache Server, and show the message: "Cannot load c:/php/sapi/php4apache.dll into server." Can you solve my problem?