ispCP - Board - Support
Installing RC6 Ubuntu Intrepid - 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: Installing RC6 Ubuntu Intrepid (/thread-4940.html)



Installing RC6 Ubuntu Intrepid - GuS - 11-16-2008 03:37 PM

Hi,

I have installed ISPCP rc6 from scratch (since upgrade from rc4 to 6 failed...). The installation ended successfully, but Apache2 fails to start:

* Restarting web server apache2Syntax error on line 21 of /etc/apache2/mods-enabled/fastcgi_ispcp.conf:
FastCgiWrapper: "/usr/lib/apache2/suexec" execute access for server (uid 33, gid 33) failed: stat(/usr/lib/apache2/suexec) failed: No such file or directory

I tried many times again from the beginning, but no luck. Always the same error.
Any tip?

The only thing i have in that line of that file is:

FastCgiWrapper On

Could anyone help me? I was perfectly had my server working, then when i decided (bad chooise it seems...) to upgrade ispcp version all goes bad...

Thanks in advance.
Never mind.. fixed installing apache2-suexec. Missing dependency in Ubuntu package list?

Cheers.


RE: Installing RC6 Ubuntu Intrepid - BeNe - 11-18-2008 12:57 AM

Quote:fixed installing apache2-suexec. Missing dependency in Ubuntu package list?
Yeah, this could be. So we should recheck it again.

Greez BeNe


RE: Installing RC6 Ubuntu Intrepid - ilja - 12-12-2008 04:56 AM

Hi there i got the same problem i installed apache2-suexec by using the command:
apt-get install apache2-suexec

but after that i got an other error:
* Restarting web server apache2 Syntax error on line 22 of /etc/apache2/mods-enabled/fastcgi_ispcp.conf:
FastCgiIpcDir /var/lib/apache2/fastcgi: already defined as "/var/lib/apache2/fas tcgi"

I went to /etc/apache2/mods-enabled/fastcgi_ispcp.conf and removed the 22'nd line:
FastCgiIpcDir /var/lib/apache2/fastcgi

Now it all is running fine Smile