1.0.2 upgrade 1.0.3 error - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Update/Upgrade (/forum-44.html) +--- Thread: 1.0.2 upgrade 1.0.3 error (/thread-8847.html) Pages: 1 2 |
1.0.2 upgrade 1.0.3 error - homodo - 12-21-2009 09:41 AM Stopping Services:......... [done] ispCP main configuration file Loading old ispCP configuration file: [done] Update ispCP configuration file: [done] ispCP database Update ispCP database schema: [done] Rebuilding all service configuration files ispCP Crontab file: [done] ispCP BIND main configuration file: [done] ispCP PHP (fastCGI modules configuration): [done] ispCP Apache main vhost file: [done] ispCP Apache AWStats vhost file: [done] ispCP Postfix configuration files: [done] ispCP Courier-Authentication: [done] ispCP ProFTPd configuration file: [done] ispCP init scripts: [done] Rebuilding all GUI configuration files ispCP GUI BIND configuration: [done] ispCP GUI fastCGI/PHP configuration: [done] ispCP GUI vhost file: [done] ispCP PMA configuration file: [done] Rebuilding all customer configuration files Please wait, this may take some time: [failed] FATAL: An error was occured during update process! Correct it and re-run this program. You can find help at http://isp-control.net/forum A critical error just was encountered while executing function restart_httpd() in /var/www/ispcp/engine/ispcp-serv-mngr Error encountered was: ======================================================================== Apache config file is corrupted. Please check before restarting Apache server!!! ======================================================================== Forcing reload of web server (apache2)...Syntax error on line 38 of /etc/apache2/mods-enabled/fcgid_ispcp.conf: Invalid command 'MaxRequestsPerProcess', perhaps misspelled or defined by a module not included in the server configuration failed! <IfModule mod_fcgid.c> AddHandler fcgid-script .php .php5 SocketPath /var/lib/apache2/fcgid/sock IdleTimeout 600 IdleScanInterval 120 BusyTimeout 300 BusyScanInterval 120 ErrorScanInterval 3 ZombieScanInterval 3 ProcessLifeTime 900 SpawnScoreUpLimit 10 SpawnScore 1 TerminationScore 2 MaxProcessCount 200 DefaultMaxClassProcessCount 10 DefaultMinClassProcessCount 1 IPCConnectTimeout 900 IPCCommTimeout 900 MaxRequestsPerProcess 500 </IfModule> RE: 1.0.2 upgrade 1.0.3 error - Nuxwin - 12-21-2009 10:16 AM Hello ; What is your distribution ? Can you send the result of the following command please ? Code: # apache2ctl -t Cheers ; RE: 1.0.2 upgrade 1.0.3 error - homodo - 12-21-2009 10:22 AM Syntax error on line 38 of /etc/apache2/mods-enabled/fcgid_ispcp.conf: Invalid command 'MaxRequestsPerProcess', perhaps misspelled or defined by a module not included in the server configuration RE: 1.0.2 upgrade 1.0.3 error - Nuxwin - 12-21-2009 10:27 AM Re ; What is your distribution and codeName ; What is your fcgid module version ? Your fastcgi module (not fcgid) is disabled ? what is the result of this command Code: # a2dismod RE: 1.0.2 upgrade 1.0.3 error - homodo - 12-21-2009 10:29 AM actions alias auth_basic authn_file authz_default authz_groupfile authz_host authz_user autoindex cband cgid dir env fcgid_ispcp mime negotiation proxy_http proxy rewrite setenvif ssl status suexec RE: 1.0.2 upgrade 1.0.3 error - Nuxwin - 12-21-2009 10:34 AM (12-21-2009 10:29 AM)homodo Wrote: actions alias auth_basic authn_file authz_default authz_groupfile authz_host authz_user autoindex cband cgid dir env fcgid_ispcp mime negotiation proxy_http proxy rewrite setenvif ssl status suexec Ok ; You want help or not ? What is your distribution, what is the codeName of your distribution ? You can try to edit the file /etc/apache2/mod-availables/ispcp_fcgid.conf as follow to see : Replace: Code: MaxRequestsPerProcess 500 Code: #MaxRequestsPerProcess 500 Then, re run the update script RE: 1.0.2 upgrade 1.0.3 error - homodo - 12-21-2009 10:46 AM have to change this, but once again updated the error. #MaxRequestsPerProcess 500 In the implementation of updated automatically change back to MaxRequestsPerProcess 500 RE: 1.0.2 upgrade 1.0.3 error - Nuxwin - 12-21-2009 10:54 AM Ok so change it directly in the same file but in /etc/ispcp/apache2 and rerun the update script. What is your distribution and code name ? Debian (Etch, lenny ) ? or other ? RE: 1.0.2 upgrade 1.0.3 error - homodo - 12-21-2009 10:58 AM How do I see my distribution and code name? i use Debian Etch RE: 1.0.2 upgrade 1.0.3 error - Nuxwin - 12-21-2009 11:01 AM Your distribution is ---> Debian the CodeName is Etch You anderstand now ? What is the version of your fcgid module ? Send me the result of the following command: Code: # aptitude show libapache2-mod-fcgid |