ID: 20220 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache2 related Operating System: win2kserver PHP Version: 4.3.0-pre2 New Comment:
hum i resolved the problem with apache 2.0.43 and php 4.2.3 because i downloaded the good file php4apache2.dll at my job. you can find it on my web site ftp://manoo.dyndns.org/php/php4apache2.dll Previous Comments: ------------------------------------------------------------------------ [2002-11-08 12:23:00] [EMAIL PROTECTED] I had some troubles with Apache 2.0.42 (Win2Kpro) and PHP 4.2.1 (full-pack). Thought that my problem looks like this bug. Anyway somhing is wrong... Previously I have Apache 1.3.12 and 1.3.24 with PHP 4.2.1 (Win2Kpro) and there was no problems at all. After reinstalling the system, I use Apache 2.0.42 instead of 1.x, and have next troubles (I use settings from old Apache, but no all .conf file - I make changes manually, in new .conf file): When I use next (in file "index.php"): --- $fs = fopen ("http://sample.xxx/inner.php?a=v","r"); fpassthru ($fs); --- browser(IE 5.5, Mozilla 1.1) fails to open page, but if I use: --- $fs = fopen ("inner.php","r"); fpassthru ($fs); --- All is OK. PS. allow_url_fopen = On in php.ini file. --- Apache log --- 127.0.0.1 - - [08/Nov/2002:04:49:58 +0600] "GET /index.php HTTP/1.1" 500 601 127.0.0.1 - - [08/Nov/2002:05:07:57 +0600] "GET /inner.php HTTP/1.0" 200 334 --- Apache log --- after it a copy of php.exe loaded in memory and hangs up, until reboot. Some time past browser sais - "can't open page". No any PHP error in log. ------------------------------------------------------------------------ [2002-11-02 14:02:57] [EMAIL PROTECTED] hum i can't explain more you can go to my own site http://manoo.dyndns.org and see that now it work fine when you choose any options in the menu. I use now apache 1.3.27. I used apache 2.0.39 for a few month and i have no problems too with the same PHP scripts. But when i want to use apache 2.0.43, i had problem with php4apache2.dll file. Like it was reported here, i download the latest version of PHP from CVS. It resolved my problem with this file but activate unpredictable restart of apache when i choose option menu on my site. it answered that the page did not exist, but if you update the page with the same URL just after the bug, it showed the page. in the error.log file from apache i have this trace : [Sat Nov 02 12:08:02 2002] [notice] Parent: child process exited with status 3221225477 -- Restarting. [Sat Nov 02 12:08:02 2002] [notice] Parent: Created child process 6200 [Sat Nov 02 12:08:03 2002] [notice] Child 6200: Child process is running [Sat Nov 02 12:08:04 2002] [notice] Child 6200: Acquired the start mutex. [Sat Nov 02 12:08:04 2002] [notice] Child 6200: Starting 250 worker threads. because i have no more the binaries of apache 2.0.39 and the php4apache2.dll which works with, i install apache 1.3.27 and all works fine now with no restart of apache when i choose option menu. Sorry for my poor english. ------------------------------------------------------------------------ [2002-11-02 12:55:12] [EMAIL PROTECTED] 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-02 12:54:26] [EMAIL PROTECTED] Because problem between apache 2.0.43 and PHP 4.2.3, i download the last version from CVS but i have some apache unpredictable restart. I install the same configuration with apache 1.3.27 and it works fine. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20220&edit=1