ID: 24958 User updated by: Xuefer at 21cn dot com Reported By: Xuefer at 21cn dot com -Status: Feedback +Status: Open Bug Type: Apache2 related Operating System: win32 PHP Version: 4.3.3RC2 New Comment:
LoadModule php4_module C:/php/sapi/php4apache2.dll AddType application/x-httpd-php .php .php3 php is working fine, only ErrorDocument do not work Previous Comments: ------------------------------------------------------------------------ [2003-08-06 09:38:54] [EMAIL PROTECTED] And how is PHP configured? As CGI / module? If latter, which module? ------------------------------------------------------------------------ [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
