|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-06-18 10:05 UTC] kalowsky@php.net
[2001-07-22 12:50 UTC] andy@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 02:00:01 2025 UTC |
I compiled and installed php4 for the first time and it seems that all went right ,execute normal html page and CGI page such as .cgi .pl no any problem ,but when I try to execute any sort of php script I?m stuck with an Internal Server error and error_log says: Premature end of script headers: /usr/local/httpd/cgi-bin/test.php I check the system as following: a. -/httpd -l : it list all the compile module , the "mod_php4.c" include in it . b. check the server_software with perl is : "Apache/1.3.17 (unix)php/4.0.4pl1" Thanks for reply.