Thanks for the quick reply!
In the ispcp.conf
PHP_FASTCGI = fastcgi
I 'ls -l /etc/apache2/mods-enabled/*cgi*', I got:
Code:
lrwxrwxrwx 1 root root 26 2011-01-13 21:58 /etc/apache2/mods-enabled/cgi.load -> ../mods-available/cgi.load
lrwxrwxrwx 1 root root 36 2010-12-17 00:53 /etc/apache2/mods-enabled/fastcgi_ispcp.conf -> ../mods-available/fastcgi_ispcp.conf
lrwxrwxrwx 1 root root 36 2010-12-17 00:53 /etc/apache2/mods-enabled/fastcgi_ispcp.load -> ../mods-available/fastcgi_ispcp.load
lrwxrwxrwx 1 root root 28 2011-01-12 08:05 /etc/apache2/mods-enabled/fcgid.conf -> ../mods-available/fcgid.conf
lrwxrwxrwx 1 root root 28 2011-01-12 08:05 /etc/apache2/mods-enabled/fcgid.load -> ../mods-available/fcgid.load
it seems that I am missing one file (compare with your fastcgi config):
Code:
lrwxrwxrwx 1 root root 27 4. Dez 00:24 /etc/apache2/mods-enabled/cgid.conf -> ../mods-available/cgid.conf
Could this be the problem? If so, how do I fix it?
Thanks a lot!
(01-23-2011 11:24 PM)joximu Wrote: It really looks like you have enabled all the mods...
ok, please have a look in the /etc/ispcp/ispcp.conf
line starting "PHP_FASTCGI ="
whats behind?
and then remove the symlnks in /etc/apache2/mod_enabled which you don't use.
E.g: I use fcgid:
Code:
# ls -l /etc/apache2/mods-enabled/*cgi*
lrwxrwxrwx 1 root root 27 8. Okt 14:55 /etc/apache2/mods-enabled/cgid.conf -> ../mods-available/cgid.conf
lrwxrwxrwx 1 root root 27 8. Okt 14:55 /etc/apache2/mods-enabled/cgid.load -> ../mods-available/cgid.load
lrwxrwxrwx 1 root root 28 9. Jan 23:41 /etc/apache2/mods-enabled/fcgid.conf -> ../mods-available/fcgid.conf
lrwxrwxrwx 1 root root 34 30. Dez 00:13 /etc/apache2/mods-enabled/fcgid_ispcp.conf -> ../mods-available/fcgid_ispcp.conf
lrwxrwxrwx 1 root root 34 30. Dez 00:13 /etc/apache2/mods-enabled/fcgid_ispcp.load -> ../mods-available/fcgid_ispcp.load
lrwxrwxrwx 1 root root 28 9. Jan 23:41 /etc/apache2/mods-enabled/fcgid.load -> ../mods-available/fcgid.load
or fastcgi:
Code:
# ls -l /etc/apache2/mods-enabled/*cgi*
lrwxrwxrwx 1 root root 27 4. Dez 00:24 /etc/apache2/mods-enabled/cgid.conf -> ../mods-available/cgid.conf
lrwxrwxrwx 1 root root 27 4. Dez 00:24 /etc/apache2/mods-enabled/cgid.load -> ../mods-available/cgid.load
lrwxrwxrwx 1 root root 36 11. Dez 14:18 /etc/apache2/mods-enabled/fastcgi_ispcp.conf -> ../mods-available/fastcgi_ispcp.conf
lrwxrwxrwx 1 root root 36 11. Dez 14:18 /etc/apache2/mods-enabled/fastcgi_ispcp.load -> ../mods-available/fastcgi_ispcp.load
lrwxrwxrwx 1 root root 28 10. Dez 01:09 /etc/apache2/mods-enabled/fcgid.conf -> ../mods-available/fcgid.conf
lrwxrwxrwx 1 root root 28 10. Dez 01:09 /etc/apache2/mods-enabled/fcgid.load -> ../mods-available/fcgid.load
hope this helps for further stps....
/J