Current time: 05-22-2024, 10:36 AM Hello There, Guest! (LoginRegister)


Post Reply 
ispCP Apache fastCGI modules configuration: Failed
Author Message
Skeletor Offline
Junior Member
*

Posts: 12
Joined: Aug 2012
Reputation: 0
Post: #1
Rolleyes  ispCP Apache fastCGI modules configuration: Failed
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 !
sys_command()                  | Starting...
system()                       | [DEBUG] Module actions already enabled
getCmdExitValue()              | Starting...
getCmdExitValue()              | [DEBUG] External command exited with value 0
getCmdExitValue()              | Ending...
sys_command('/usr/sbin/a2enmod actions') | Ending...
sys_command()                  | Starting...
system()                       | [DEBUG] Module fastcgi_ispcp already disabled
getCmdExitValue()              | Starting...
getCmdExitValue()              | [DEBUG] External command exited with value 0
getCmdExitValue()              | Ending...
sys_command('/usr/sbin/a2dismod fastcgi_ispcp') | Ending...
sys_command()                  | Starting...
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 !
exit_msg()                     | Starting...
exit_msg()                     | Ending...
del_file()                     | Starting...
del_file()                     | Ending...
(This post was last modified: 08-22-2012 10:14 PM by Skeletor.)
08-22-2012 09:24 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: ispCP Apache fastCGI modules configuration: Failed
get it directly

http://ftp.fi.debian.org/debian/pool/non..._amd64.deb

or

http://ftp.fi.debian.org/debian/pool/non...1_i386.deb

and install it via dpkg

/J
08-23-2012 08:03 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Skeletor Offline
Junior Member
*

Posts: 12
Joined: Aug 2012
Reputation: 0
Post: #3
RE: ispCP Apache fastCGI modules configuration: Failed
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..
(This post was last modified: 08-24-2012 07:48 PM by Skeletor.)
08-24-2012 07:46 PM
Find all posts by this user Quote this message in a reply
Skeletor Offline
Junior Member
*

Posts: 12
Joined: Aug 2012
Reputation: 0
Post: #4
RE: ispCP Apache fastCGI modules configuration: Failed
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 !
08-24-2012 09:19 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #5
RE: ispCP Apache fastCGI modules configuration: Failed
fcgid_ispcp

this is fcgid and not fastcgi...

you have to decide: fastcgi or fcgid

/J
08-24-2012 11:12 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Skeletor Offline
Junior Member
*

Posts: 12
Joined: Aug 2012
Reputation: 0
Post: #6
RE: ispCP Apache fastCGI modules configuration: Failed
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 !
08-25-2012 12:05 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #7
RE: ispCP Apache fastCGI modules configuration: Failed
Check the files and symlinks in /etc/apache2
Code:
# find /etc/apache2/ -name \*_ispcp* -exec ls -la {} \;
lrwxrwxrwx 1 root root 36 17. Feb 2011  /etc/apache2/mods-enabled/fastcgi_ispcp.load -> ../mods-available/fastcgi_ispcp.load
lrwxrwxrwx 1 root root 36 17. Feb 2011  /etc/apache2/mods-enabled/fastcgi_ispcp.conf -> ../mods-available/fastcgi_ispcp.conf
-rw-r--r-- 1 root root 104 30. Dez 2010  /etc/apache2/mods-available/fastcgi_ispcp.load
-rw-r--r-- 1 root root 1856 15. Dez 2011  /etc/apache2/mods-available/fastcgi_ispcp.conf
-rw-r--r-- 1 root root 1436 30. Dez 2010  /etc/apache2/mods-available/fcgid_ispcp.conf
-rw-r--r-- 1 root root 98 30. Dez 2010  /etc/apache2/mods-available/fcgid_ispcp.load

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
08-25-2012 12:23 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Skeletor Offline
Junior Member
*

Posts: 12
Joined: Aug 2012
Reputation: 0
Post: #8
RE: ispCP Apache fastCGI modules configuration: Failed
Code:
-rw-r--r-- 1 root root 1436 Aug 24 17:02 /etc/apache2/mods-available/fcgid_ispcp.conf
-rw-r--r-- 1 root root 1813 Aug 24 17:02 /etc/apache2/mods-available/fastcgi_ispcp.conf
-rw-r--r-- 1 root root 104 Aug 24 17:02 /etc/apache2/mods-available/fastcgi_ispcp.load

i have files only in mods-available..
(This post was last modified: 08-26-2012 10:39 AM by joximu.)
08-26-2012 04:59 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #9
RE: ispCP Apache fastCGI modules configuration: Failed
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
08-26-2012 10:43 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Skeletor Offline
Junior Member
*

Posts: 12
Joined: Aug 2012
Reputation: 0
Post: #10
RE: ispCP Apache fastCGI modules configuration: Failed
hmm.. when try "/usr/sbin/a2enmod fcgid_ispcp" it says "ERROR: Module fcgid_ispcp does not exist!"
08-26-2012 05:44 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)