first make sure that you have installed fastcgi:
to install make sure that you add contrib and non-free to repository (edit /etc/apt/sources.list and modify from
Quote:deb http://ftp.lug.ro/debian/ etch main
to
Quote:deb http://ftp.lug.ro/debian/ etch main contrib non-free
) This is mine modify according to your mirror.
Then
Quote:apt-get install libapache2-mod-fastcgi
then in /etc/apache2/mods-available create a file named fastcgi_ispcp.load containing
Quote:<IfModule !mod_fastcgi.c>
LoadModule fastcgi_module /usr/lib/apache2/modules/mod_fastcgi.so
</IfModule>
disable fastcgi conf
Quote:a2dismod fastcgi
then enable
Quote:a2dismod fastcgi_ispcp
Good luck