Re: can't run install.php, Internal Server Error [message #6275 is a reply to message #6182] |
Mon, 07 October 2002 13:49 |
jason
Messages: 6 Registered: October 2002
Karma:
|
Junior Member |
|
|
Wow thanks everyone for the great feedback. I was able to locate my php.ini file in /etc and it appears to be configured correctly... in my commonhttpd.conf (which is included by httpd.conf) are the lines:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
and in my httpd.conf is
LoadModule php4_module extramodules/libphp4.so
AddModule mod_php4.c
yet still I get the "Internal Server Error" and in the log it says:
[Mon Oct 7 09:46:28 2002] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Mon Oct 7 09:46:40 2002] [error] (8)Exec format error: exec of /var/www/cgi-bin/install.php failed
[Mon Oct 7 09:46:40 2002] [error] [client 127.0.0.1] Premature end of script headers: /var/www/cgi-bin/install.php
Any more ideas? Thanks everyone.
|
|
|