Need a hand getting php started.

Steven W. Orr steveo at syslang.net
Sun Apr 3 03:12:21 UTC 2005


I'm trying to get php working.

This is in my apache error log:

[Sat Apr 02 19:55:09 2005] [error] [client 207.172.210.41] (8)Exec format 
error: exec of '/e/web/cgi-bin/phpinfo.php' failed
[Sat Apr 02 19:55:09 2005] [error] [client 207.172.210.41] Premature end of 
script headers: phpinfo.php
[Sat Apr 02 19:55:09 2005] [error] [client 207.172.210.41] File does not exist: 
/e/web/steveo/favicon.ico

I have a file in a cgi directory:

[root at saturn cgi-bin]# cat phpinfo.php
<?php phpinfo();?>

I have the following in my conf:

<IfDefine HAVE_PHP>
LoadModule php_module         modules/mod_php.so
</IfDefine>
<IfDefine HAVE_PHP3>
LoadModule php3_module        modules/libphp3.so
</IfDefine>
<IfDefine HAVE_PHP4>
LoadModule php4_module        modules/libphp4.so
</IfDefine>

<IfDefine HAVE_PERL>
LoadModule perl_module        modules/libperl.so
</IfDefine>
<IfDefine HAVE_PHP>
LoadModule php_module         modules/mod_php.so
</IfDefine>
<IfDefine HAVE_PHP3>
LoadModule php3_module        modules/libphp3.so
</IfDefine>
<IfDefine HAVE_PHP4>
LoadModule php4_module        modules/libphp4.so
</IfDefine>
<IfDefine HAVE_DAV>
LoadModule dav_module         modules/libdav.so
</IfDefine>
<IfDefine HAVE_ROAMING>
LoadModule roaming_module     modules/mod_roaming.so
</IfDefine>
<IfDefine HAVE_SSL>
LoadModule ssl_module         modules/libssl.so
</IfDefine>

DirectoryIndex index.html index.htm index.shtml index.php index.php4 index.php3 
index.cgi

# The following is for PHP4 (conficts with PHP/FI, below):
<IfModule mod_php4.c>
   AddType application/x-httpd-php .php4 .php3 .phtml .php
   AddType application/x-httpd-php .phps .html .htm .shtml .fds
   AddType application/x-httpd-php-source .phps
</IfModule>

# The following is for PHP3:
<IfModule mod_php3.c>
   AddType application/x-httpd-php3 .php3
   AddType application/x-httpd-php3-source .phps
</IfModule>

# The following is for PHP/FI (PHP2):
<IfModule mod_php.c>
   AddType application/x-httpd-php .phtml
</IfModule>

Any ideas?

TIA

-- 
Time flies like the wind. Fruit flies like a banana. Stranger things have  .0.
happened but none stranger than this. Does your driver's license say Organ ..0
Donor?Black holes are where God divided by zero. Listen to me! We are all- 000
individuals! What if this weren't a hypothetical question?
steveo at syslang.net




More information about the fedora-list mailing list