ispCP - Board - Support
[SOLVED] Fastcgi wrapper after restoring data from backup - 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: [SOLVED] Fastcgi wrapper after restoring data from backup (/thread-2878.html)



[SOLVED] Fastcgi wrapper after restoring data from backup - Emitor - 03-29-2008 12:23 AM

Hi

I've tryed upgrade from RC2c to RC3, but with many errors. So i decided (in panic) to restore all config and data from backup.

But apache gives me Error :

Code:
Syntax error on line 28 of /etc/apache2/mods-enabled/fastcgi_ispcp.conf:
FastCgiWrapper was already set to "/usr/lib/apache2/suexec"
failed!

suexec.log is ok

apache - error.log
Code:
[Fri Mar 28 15:02:37 2008] [alert] (4)Interrupted system call: FastCGI: read() from pipe failed (0)
[Fri Mar 28 15:02:37 2008] [alert] (4)Interrupted system call: FastCGI: the PM is shutting down, Apache seems to have disappeared - bye


I tryed to comment that line out from /etc/apache2/mods-enabled/fastcgi_ispcp.conf, and Apache started, but gives Error 500.

Everything in /etc/apache2 is identical with working configuration before i tryed to update. So i need to get back RC2c working.

Thanx for any help!


RE: Fastcgi wrapper after restoring data from backup - joximu - 03-29-2008 12:31 AM

Maybe you have two conf files included which want to set the FastCGIWrapper Option.

Have a look in /etc/apache2/mods-enabled - you should only have the symlink fastcgi_ispcp.conf but not the old one (fastcgi.conf)

/J


RE: Fastcgi wrapper after restoring data from backup - Emitor - 03-29-2008 12:43 AM

joximu Wrote:Maybe you have two conf files included which want to set the FastCGIWrapper Option.

Have a look in /etc/apache2/mods-enabled - you should only have the symlink fastcgi_ispcp.conf but not the old one (fastcgi.conf)

/J
You are right. Thank you for a fast reply!