|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-01-15 11:41 UTC] thierry at skynet dot be
[2001-03-09 21:17 UTC] sniper@php.net
[2001-04-10 09:47 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 08:00:02 2025 UTC |
I have several Apache processes that get stuck taking all the CPU they can. A truss -p pid the stuck process shows that apache is performing a chdir("/page.html") system call (all html files are parsed) the result is 'Err#2 ENOENT' This is quite enoying since it makes the machine eventualy crash with loads of up to 100. The file is present, but is located on '/export/web/host.domain.com/www/page.html' I use Apache 1.3.12 with a compiled in PHP module and the Zend optimizer for 4.0.3pl1 PHP configure line './configure' '--with-apache=/usr/src/apache2' '--with-sybase-ct=/usr/local/freetds' '--with-mysql=/usr/local/mysql' '--with-zlib-dir=/usr/local/lib' '--enable-debug=no' '--enable-track-vars=yes' '--disable-short-tags' '--with-xml' '--enable-ftp' '--with-gd=/usr/src/gd-1.8.3' '--with-jpeg-dir=/usr/src/jpeg-6b' '--with-mcrypt' '--with-pdflib=/usr/local/lib'