ID: 16802
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Apache2 related
Operating System: Windows2000
PHP Version: 4.1.2
New Comment:
I have exactly the same configuration and exactly the same problem...
Previous Comments:
------------------------------------------------------------------------
[2002-04-24 14:01:24] [EMAIL PROTECTED]
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?
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=16802&edit=1