ID: 20638 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Apache2 related Operating System: Win2K Advanced Server PHP Version: 4.2.3 New Comment:
My Apache version is 2.0.43. I want configure php4.2.3 as a module in Apache. But after I add these lines in http.conf file: LoadModule php4_module e:/WebServer/php/sapi/php4apache.dll AddModule mod_php4.c AddType application/x-httpd-php .php I can not restart Apache, and I get a error message: "Cannot load E:/WebServer/php/sapi/php4apache.dll into server." But the path of php4apache.dll and php4ts.dll is correct. And I use strace.exe to Apache as: strace apache > my.log I found apache can find php4ts.dll and php4apache.dll, but it tried to find a file named ApacheCore.dll. I could not find this dll file in my computer. If I configure php as a CGI binary, Apache and php is both work well. Where did I make a mistake? Or there is some bug in php or Apache? Thanks! Previous Comments: ------------------------------------------------------------------------ [2002-11-26 02:20:38] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. ------------------------------------------------------------------------ [2002-11-26 02:18:16] [EMAIL PROTECTED] After I configured PHP as a module in Apache, Apache cannot restart or start. But when I configured PHP as a CGI binary, Apache worked well. I installed PHP following INSTALL.TXT in php package. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20638&edit=1