ispCP Apache fastCGI modules configuration: Failed - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: ispCP Apache fastCGI modules configuration: Failed (/thread-16242.html) |
ispCP Apache fastCGI modules configuration: Failed - Skeletor - 08-22-2012 09:24 PM When I try to install a ispcp this error occurs ispCP Apache fastCGI modules configuration: Failed i tried to change my sources.list to: deb http://ftp.fi.debian.org/debian/ squeeze main contrib non-free deb-src http://ftp.fi.debian.org/debian/ squeeze main contrib non-free deb http://security.debian.org/ squeeze/updates main contrib non-free deb-src http://security.debian.org/ squeeze/updates main contrib non-free and then: apt-get update && apt-get install libapache2-mod-fastcgi didnt solve problem.. any ideas? im running debian lenny Thanks end of log says: Code: sys_command() | [ERROR] External command '/usr/sbin/a2dismod php4 php5' exited with value 1 ! RE: ispCP Apache fastCGI modules configuration: Failed - joximu - 08-23-2012 08:03 AM get it directly http://ftp.fi.debian.org/debian/pool/non-free/liba/libapache-mod-fastcgi/libapache2-mod-fastcgi_2.4.6-1_amd64.deb or http://ftp.fi.debian.org/debian/pool/non-free/liba/libapache-mod-fastcgi/libapache2-mod-fastcgi_2.4.6-1_i386.deb and install it via dpkg /J RE: ispCP Apache fastCGI modules configuration: Failed - Skeletor - 08-24-2012 07:46 PM im trying but failing to install (Reading database ... 36508 files and directories currently installed.) Preparing to replace libapache2-mod-fastcgi 2.4.6-1 (using libapache2-mod-fastcgi_2.4.6-1_i386.deb) ... Unpacking replacement libapache2-mod-fastcgi ... Setting up libapache2-mod-fastcgi (2.4.6-1) ... ERROR: Module fastcgi does not exist! dpkg: error processing libapache2-mod-fastcgi (--install): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: libapache2-mod-fastcgi is it just "dpkg -i libapache2-mod-fastcgi_2.4.6-1_i386.deb" ? or am i doing something wrong? should i remove that old fastcgi installation. im not sure how to do that.. sorry, im new with debian.. RE: ispCP Apache fastCGI modules configuration: Failed - Skeletor - 08-24-2012 09:19 PM okey, i uninstalled fastcgi and reinstalled fastcgi with dpkg -i libapache2-mod-fastcgi_2.4.6-1_i386.deb.. still: system() | [DEBUG] ERROR: Module fcgid_ispcp does not exist! getCmdExitValue() | Starting... getCmdExitValue() | [DEBUG] External command exited with value 1 getCmdExitValue() | Ending... sys_command() | [ERROR] External command '/usr/sbin/a2enmod fcgid_ispcp' exited with value 1 ! RE: ispCP Apache fastCGI modules configuration: Failed - joximu - 08-24-2012 11:12 PM fcgid_ispcp this is fcgid and not fastcgi... you have to decide: fastcgi or fcgid /J RE: ispCP Apache fastCGI modules configuration: Failed - Skeletor - 08-25-2012 12:05 AM i executed setup again. i selected fastcgi (typed c) when setup asked.. still system() | [DEBUG] ERROR: Module fcgid_ispcp does not exist! getCmdExitValue() | Starting... getCmdExitValue() | [DEBUG] External command exited with value 1 getCmdExitValue() | Ending... sys_command() | [ERROR] External command '/usr/sbin/a2dismod fcgid_ispcp' exited with value 1 ! RE: ispCP Apache fastCGI modules configuration: Failed - joximu - 08-25-2012 12:23 AM Check the files and symlinks in /etc/apache2 Code: # find /etc/apache2/ -name \*_ispcp* -exec ls -la {} \; the results in mods-enabled are symlinks to the files in mods-available... maybe you have to remove some symlinks - or files in mods-enabled... /J RE: ispCP Apache fastCGI modules configuration: Failed - Skeletor - 08-26-2012 04:59 AM Code: -rw-r--r-- 1 root root 1436 Aug 24 17:02 /etc/apache2/mods-available/fcgid_ispcp.conf i have files only in mods-available.. RE: ispCP Apache fastCGI modules configuration: Failed - joximu - 08-26-2012 10:43 AM hm. maybe you need to enable this module first so that setup can disable it... seems to be a bug (normally it works like this by default). /usr/sbin/a2enmod fcgid_ispcp /J RE: ispCP Apache fastCGI modules configuration: Failed - Skeletor - 08-26-2012 05:44 PM hmm.. when try "/usr/sbin/a2enmod fcgid_ispcp" it says "ERROR: Module fcgid_ispcp does not exist!" |