php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20638 Apache cannot start
Submitted: 2002-11-26 02:18 UTC Modified: 2002-11-26 20:16 UTC
From: baixf at ustc dot edu dot cn Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.2.3 OS: Win2K Advanced Server
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: baixf at ustc dot edu dot cn
New email:
PHP Version: OS:

 

 [2002-11-26 02:18 UTC] baixf at ustc dot edu dot cn
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-26 02:20 UTC] derick@php.net
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 19:10 UTC] baixf at ustc dot edu dot cn
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!
 [2002-11-26 20:16 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

You're trying to use the Apache 1.3.x module with Apache2, this is not a bug..

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 16:01:29 2024 UTC