Really an apache/php issue.

Sounds like your using running php as cgi. php isn't really meant to be run that way directly. You probably meant to setup php as a fast-cgi client, that will give you much better performance over cgi anyways. The other option is to use mod_php, but not really recommended if your using anything but prefork in apache.

The easiest test would be to do a, 'chmod a+x' for all the php files, or use mod_php Harder would be to get fastcgi working, but the overall results would be better.

Quoting JC <[email protected]>:

I'm trying to install horde and imp in a new server with the following items:
Debian 2.6.26-2-amd64
horde 3.2.2
imp 4.2.4
apache 2.2.9
php 5.2.6
when I try to install for the first time to configure it by web, it show the
following:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to
complete your request.
Please contact the server administrator, [no address given] and inform them of
the time the error occurred, and anything you might have done that may have
caused the error.
More information about this error may be available in the server error log.

And the log (apache2 error.log) shows the following:
[Wed Sep 30 12:31:26 2009] [error] [client 200.60.166.10] (13)Permission denied:
exec of '/var/www/horde3/login.php' failed
[Wed Sep 30 12:31:26 2009] [error] [client 200.60.166.10] Premature end of
script headers: login.php

the permissions of login.php is the following
-r--r--r-- 1 www-data www-data  8740 ene 29  2009 login.php

I hope you can help to resolve this problem


--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]




--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]

Reply via email to