![]() |
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. 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 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 and from ls /etc/apache2/mods-available is Code: actions.conf dav_lock.load mime_magic.conf 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 ![]() 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. |