all of it has been installed via rpm - latest available versions.
in httpd.conf -
AddHandler fcgid-script .php5
FCGIWrapper /usr/bin/php .php5
(i have php4 installed as a module under /usr/local, it works just fine).
When i try to open a phpinfo page, this is what i get in the logs:
[Wed Aug 27 03:06:53 2008] [info] mod_fcgid: server
/var/vwww/dev/phpinfo.php5(1790) started
[Wed Aug 27 03:06:53 2008] [warn] (104)Connection reset by peer:
mod_fcgid: read data from fastcgi server error.
[Wed Aug 27 03:06:53 2008] [error] [client 80.91.178.195] Premature
end of script headers: phpinfo.php5
[Wed Aug 27 03:06:56 2008] [notice] mod_fcgid: process
/var/vwww/dev/phpinfo.php5(1790) exit(communication error), terminated
by calling exit(), return code: 0
I've been doing some googling for some time now, and I can't find any
info on this.
Suexec is not loaded into apache, btw.
Does anybody have any info on this? I'm really lost with this one...
the funny thing is that if i swap php4 and php5 (php5 module, php4 - fastcgi) everything works ok, but thats not the way i need it to work....