|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-07-05 09:49 UTC] derick@php.net
[2004-07-06 06:05 UTC] jmichae3 at yahoo dot com
[2004-07-06 09:56 UTC] derick@php.net
[2004-07-17 14:59 UTC] stephen at greyson-gaito dot demon dot co dot uk
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 18 12:00:01 2025 UTC |
Description: ------------ I get this on 4.3.3 and 4.3.7. 5.0rc3 gives me a different error. Using apache 1.3.31 and 2.0.49. default php.ini. Apache sends me my schedule.php file as a download (to open or save to disk). Inserted into httpd.conf the following, as per install.txt: LoadModule php4_module c:/php4.3.3/sapi/php4apache.dll # AddModule mod_php4.c AddType application/x-httpd-php .php (Apache complains about adding the module twice if I uncomment the middle line - still doesn't load the module) CGI configuration doesn't work. Expected result: ---------------- I expected to see the PHP version text along with the apache version text. Actual result: -------------- C:\Program Files\Apache Group\Apache\logs>..\apache [Sat Jul 03 19:17:30 2004] [warn] (2)No such file or directory: exec() may not be safe Apache/1.3.31 (Win32) running... [break] C:\Program Files\Apache Group\Apache\logs>type error.log [Sat Jul 03 19:17:30 2004] [error] Cannot remove module mod_php4.c: not found in module list [Sat Jul 03 19:17:31 2004] [warn] exec() may not be safe [Sat Jul 03 19:17:31 2004] [warn] exec() may not be safe [Sat Jul 03 19:17:31 2004] [warn] exec() may not be safe [Sat Jul 03 19:17:32 2004] [warn] exec() may not be safe [Sat Jul 03 19:17:39 2004] [error] Cannot remove module mod_php4.c: not found in module list [Sat Jul 03 19:17:39 2004] [error] Cannot remove module mod_php4.c: not found in module list