ID:               24958
 Updated by:       [EMAIL PROTECTED]
 Reported By:      Xuefer at 21cn dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Apache2 related
 Operating System: win32
 PHP Version:      4.3.3RC2
 New Comment:

And how is PHP configured? As CGI / module? If latter, which module?



Previous Comments:
------------------------------------------------------------------------

[2003-08-05 23:01:40] Xuefer at 21cn dot com

Description:
------------
accessing http://localhost/a.php (not exist file)
will cause apache2 to restart


Reproduce code:
---------------
step 1:
echo test > c:\404.php

httpd.conf:
Alias /404.php c:/404.php
ErrorDocument 404 /404.php


open browser to http://localhost/a.php
apache2 log:
[client 127.0.0.1] script not found or unable to stat
[Wed Aug 06 01:52:53 2003] [notice] Parent: child process exited with
status 4294967295 -- Restarting.

open browser to http://localhost/a.html
apache2 log only have:
[client 127.0.0.1] script not found or unable to stat

step 2:
echo test > c:\404.html
changed config to:
httpd.conf:
Alias /404.html c:/404.html
ErrorDocument 404 /404.html

open browser to http://localhost/a.html
got "test"
no error in apache2 log



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=24958&edit=1

Reply via email to