ispCP - Board - Support
Installation Problem with fcgi - 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: Installation Problem with fcgi (/thread-12048.html)



Installation Problem with fcgi - Rj01 - 11-04-2010 09:16 PM

I am using a virtual vmware debian lenny (2.6.26-2-686).
I have already installed all needed packages.

When i try to install ispcp 1.0.7 it stops at the fcgi configuration.
Every package for apache2 and fcgi is installed.

Code:
The program is now ready to set up ispCP on your system.
        Do you want to continue? [Y/n]: y

        Starting ispCP installation
         * Stopping all services: ....                                                                                                                                                                                              [ Done ]

        Pre-installation tasks for Debian
/bin/grep: /etc/default/postgrey: No such file or directory
         * Nothing to do...                                                                                                                                                                                                         [ Done ]

        System checks
         * Mysql server connection:                                                                                                                                                                                                 [ Done ]

        Services setup
         * ispCP users and groups:                                                                                                                                                                                                  [ Done ]
         * ispCP directories:                                                                                                                                                                                                       [ Done ]
         * ispCP main configuration file:                                                                                                                                                                                           [ Done ]
         * ispCP database:                                                                                                                                                                                                          [ Done ]
         * ispCP default language table:                                                                                                                                                                                            [ Done ]
         * ispCP default SQL data:                                                                                                                                                                                                  [ Done ]
         * ispCP system hosts file:                                                                                                                                                                                                 [ Done ]
         * ispCP system resolver:                                                                                                                                                                                                   [ Done ]
         * ispCP crontab file:                                                                                                                                                                                                      [ Done ]
         * ispCP Bind9 main configuration file:                                                                                                                                                                                     [ Done ]
         * ispCP Apache fastCGI modules configuration:                                                                                                                                                                            [ Failed ]

        [FATAL] An error occurred during setup process!
        Correct it and re-run this program.

        Log files are stored in /var/log/ispcp/setup
        You can also find help at http://isp-control.net/forum

Thanks in advance for your help.


RE: Installation Problem with fcgi - sci2tech - 11-04-2010 09:59 PM

We need logs from /var/log/ispcp/setup/ to see what is wrong


RE: Installation Problem with fcgi - Rj01 - 11-04-2010 10:05 PM

Thanks for the fast reply. Here it is:

sys_command() | Starting...
system() | [DEBUG] ERROR: Module fastcgi_ispcp does not exist!
getCmdExitValue() | Starting...
getCmdExitValue() | [DEBUG] External command exited with value 1
getCmdExitValue() | Ending...
sys_command() | [ERROR] External command '/usr/sbin/a2dismod fastcgi_ispcp' exited with value 1 !
exit_msg() | Starting...
exit_msg() | Ending...
del_file() | Starting...
del_file() | Ending...


RE: Installation Problem with fcgi - sci2tech - 11-05-2010 03:23 AM

Please also put here output from
Code:
ls /etc/apache2/mods-enabled
and
Code:
/etc/apache2/mods-available



RE: Installation Problem with fcgi - Rj01 - 11-05-2010 06:31 PM

Hi,
the output from ls /etc/apache2/mods-enabled is:

Code:
actions.conf          authz_user.load  dir.load          python.load
actions.load          autoindex.conf   env.load          setenvif.conf
alias.conf            autoindex.load   fcgid.conf        setenvif.load
alias.load            cgid.conf        fcgid.load        status.conf
auth_basic.load       cgid.load        mime.conf         status.load
authn_file.load       cgi.load         mime.load         suexec.load
authz_default.load    deflate.conf     negotiation.conf
authz_groupfile.load  deflate.load     negotiation.load
authz_host.load       dir.conf         perl.load

and from ls /etc/apache2/mods-available is
Code:
actions.conf          dav_lock.load       mime_magic.conf
actions.load          dbd.load            mime_magic.load
alias.conf            deflate.conf        negotiation.conf
alias.load            deflate.load        negotiation.load
asis.load             dir.conf            perl.load
auth_basic.load       dir.load            php5.conf
auth_digest.load      disk_cache.conf     php5.load
authn_alias.load      disk_cache.load     proxy_ajp.load
authn_anon.load       dump_io.load        proxy_balancer.load
authn_dbd.load        env.load            proxy.conf
authn_dbm.load        expires.load        proxy_connect.load
authn_default.load    ext_filter.load     proxy_ftp.load
authn_file.load       fastcgi_ispcp.conf  proxy_http.load
authnz_ldap.load      fcgid.conf          proxy.load
authz_dbm.load        fcgid_ispcp.conf    python.load
authz_default.load    fcgid_ispcp.load    rewrite.load
authz_groupfile.load  fcgid.load          setenvif.conf
authz_host.load       file_cache.load     setenvif.load
authz_owner.load      filter.load         speling.load
authz_user.load       headers.load        ssl.conf
autoindex.conf        ident.load          ssl.load
autoindex.load        imagemap.load       status.conf
cache.load            include.load        status.load
cern_meta.load        info.conf           substitute.load
cgid.conf             info.load           suexec.load
cgid.load             ldap.load           unique_id.load
cgi.load              log_forensic.load   userdir.conf
charset_lite.load     mem_cache.conf      userdir.load
dav_fs.conf           mem_cache.load      usertrack.load
dav_fs.load           mime.conf           version.load
dav.load              mime.load           vhost_alias.load



RE: Installation Problem with fcgi - sci2tech - 11-05-2010 06:53 PM

You have not installed fastcgi. Please read http://isp-control.net/ispcp/browser/trunk/docs/Debian/INSTALL


RE: Installation Problem with fcgi - Rj01 - 11-05-2010 08:30 PM

Hi,

I've already done those steps several times...didn't help.
Anyway it runs now Smile
What actually helped me in the end was this document: http://www.lonesomewalker.com/downloads/ispcp-anleitung.pdf
(unfortunately it's only in german) It tells you what additional packages you have to install.

Thanks for the help anyways.