求助关于php

求助关于php

我用的是LINUX8。0PHP模块已经装到了/usr/lib/httpd/modules中,在httpd.conf配置文件中加入了
<Ifmodule mod_php4.c>
AddType application/x-httpd-php .php4 .php3 .phtml
AddType application/x-httpd-php-source .phps
</Ifmodule>
是APACHE能识别PHP网页,但是在另外一台机器中输入PHP网页地址时出现下面的错误提示!:
Server error!
The server encountered an internal error and was unable to complete your request.
Error message:
Premature end of script headers: body.html
If you think this is a server error, please contact the webmaster
各位大虾帮忙看看!谢了      
将php4改成php再试试。      
改了以后还是不行啊?提示没有变。对了我把PHP网页文件放到了CGI-BIN目录下新键的目录里,和这个没有关系吧!      
你的DocumetRoot对准那个目录了吗?      
Doucmentroot默认的目录是/var/www/html/不是指定的PHP目录,能具体说一下我该怎么做吗?谢谢!      
将它对准你的CGI-BIN目录呀。