|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-09-17 07:39 UTC] mad at dactar dot ch
Hellow, I can configure and compile php with apache 2 support on HP-UX 11.00 But when I want to start apache 2, httpd freeze (don't start) and the process take 99% of the CPU What can I do ? There's nothing in logs. Configure line for php : ./configure \ --with-config-file-path=/PKl01h01/soft/web/cfg \ --without-mysql \ --without-gd \ --prefix=/PKl01h01/soft/web \ --with-apxs2=/PKl01h01/soft/web/httpd/bin/apxs I've the same problem with : php 4.2.1 php 4.2.2 php 4.2.3 php CVS 2002-09-17 apache 2.0.39 apache 2.0.40 Configure line for apache 2 : ./configure \ --with-ssl==/PKl01h01/soft/web/ \ --prefix=$BCVHOME/httpd \ --enable-module=most \ --enable-ssl \ --enable-dav \ --enable-dav-fs @++ JC PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 06:00:01 2025 UTC |
{AOL}ME TOO!!!!!{/AOL} Getting the same problem. Using HP's Apache2 build from software.hp.com, which includes Apache 2.0.43 adn PHP 4.2.2. Per HP's instruction, I just uncommented the LoadModule line for modules/libphp4.so. HTTPD hangs at 97% CPU util. Have to kill -9 it and apachectl. Apache works fine if I re-comment the PHP line, so it's definitely PHP-related. Charles