php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28595 "sapi/apache/sapi_apache2.c" is not compatible with Apach 2.0.49
Submitted: 2004-06-01 00:55 UTC Modified: 2004-06-01 08:14 UTC
From: btnguyen2k at yahoo dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.3.6 OS: Linux Redhat 8.0
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: btnguyen2k at yahoo dot com
New email:
PHP Version: OS:

 

 [2004-06-01 00:55 UTC] btnguyen2k at yahoo dot com
Description:
------------
Today I installed a new server (clean install) with Apache 2.0.49 and PHP 4.3.6.
Everythings was fine from ./configure to make, make test, and make install.
However, when restarting Apache, I got the following error message:
Starting httpd: httpd: module "/root/download/php-4.3.6/sapi/apache2filter/sapi_apache2.c" is not compatible with this version of Apache.
Please contact the vendor for the correct version.

On my old servers (Apache 2.0.47/48 with PHP 4.3.4) there was no such an error message.

This is the configuration command I used for PHP:
./configure --enable-force-cgi-redirect --disable-debug --with-gd --with-ttf --with-zlib --enable-memory-limit --enable-mbstring --with-mysql --enable-safe-mode --enable-pic --with-png --with-jpeg

Note: I do find some previous bug reports regarding to this issue, but with different versions of Apache and PHP. The solution in all of those bug reports was "download the CVS version of PHP". However it's not the choice for me now because I need a stable version of PHP that works with my current Apache.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-01 08:14 UTC] derick@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 probably have some old headers on your system somewhere which interfere with the compilation of PHP against a newer Apache. Please contact the appropriate support channels as this is not a bug.
 [2004-08-30 23:32 UTC] jakawan at jakawan dot com
So what is the solution to this problem. I know something is hanging on the server, but what exactly I need to look for?
Please help.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 07:01:32 2024 UTC