php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3870 Keep-alive connections hang
Submitted: 2000-03-19 07:37 UTC Modified: 2000-03-19 09:19 UTC
From: thierry at skynet dot be Assigned:
Status: Closed Package: Performance problem
PHP Version: 3.0.15 OS: Solaris 2.7
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: thierry at skynet dot be
New email:
PHP Version: OS:

 

 [2000-03-19 07:37 UTC] thierry at skynet dot be
Compiling PHP with 
./configure --with-apache=/usr/src/apache_1.3.12 --with-gd=/usr/src/gd1.5 --with-sybase-ct=/export/home/sybase --with-mysql --enable-sysvshm=yes --enable-sysvsem=yes --enable-debug=no --enable-track-vars=yes --enable-short-tags=no --with-xml --with-mcrypt

and apache 1.3.12 makes it unable to the apache server to die off childs (I have hanging keep-alive connections). This eventiually leads to a denial of service since no httpd is available to answer new requests.

Downgrading to Apache 1.3.11 seems to solve this.

I have no idea if this is a problem related to Apache or to PHP, but I hope someone here can solve it.

Thanks

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-19 07:39 UTC] sas at cvs dot php dot net
#3869
 [2000-03-19 09:19 UTC] thierry at skynet dot be
Hmmm, seems to be related to libmcrypt.

needed to compile it with  --disable-posix-threads

I guess this solves it. Thanks
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 19:01:35 2025 UTC