![]() |
Upgrade from VHCS2 to ispCP RC4 - 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: Upgrade from VHCS2 to ispCP RC4 (/thread-3042.html) Pages: 1 2 |
Upgrade from VHCS2 to ispCP RC4 - TuxReaper - 04-15-2008 03:39 AM Hello all, i tryed to upgrade my VHCS2 Spartacus, to ispCP RC4, all procedures are ok, after the make install, i do perl ispcp-setup and after that ispcp-update, successfully, but, when i try to go to my websites, they are all wrong, and not setted, infact i have 404 errors, in each site, like that these sites are not included in the apache config, but i can connect to the Administration panel, how can i fix that? RE: Upgrade from VHCS2 to ispCP RC4 - joximu - 04-15-2008 03:44 AM more details (OS, Logfiles etc). /var/log/apache2/error.log, and suexec.log apache2 -S apache2 -M /J RE: Upgrade from VHCS2 to ispCP RC4 - TuxReaper - 04-15-2008 04:12 AM Thank you for the fast answer, here the details: OS: Debian 4 Etch /var/log/apache2/error.log Code: [Mon Apr 14 18:02:01 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec) /var/log/apache2/suexec.log Code: [2008-04-14 18:08:56]: uid: (vu2000/vu2000) gid: (vu2000/vu2000) cmd: php5-fcgi-starter apache2 -S Code: VirtualHost configuration: apache2 -M Loaded Modules: core_module (static) log_config_module (static) logio_module (static) mpm_prefork_module (static) http_module (static) so_module (static) actions_module (shared) alias_module (shared) auth_basic_module (shared) authn_file_module (shared) authz_default_module (shared) authz_groupfile_module (shared) authz_host_module (shared) authz_user_module (shared) autoindex_module (shared) cgi_module (shared) dir_module (shared) env_module (shared) fastcgi_module (shared) fcgid_module (shared) include_module (shared) mime_module (shared) negotiation_module (shared) rewrite_module (shared) setenvif_module (shared) ssl_module (shared) status_module (shared) suexec_module (shared) Syntax OK [/code] RE: Upgrade from VHCS2 to ispCP RC4 - joximu - 04-15-2008 05:33 AM Is this the reason? *** PHP Warning: Module 'json' already loaded in Unknown on line 0 *** Do you have a standard php.ini or did you change something? /J RE: Upgrade from VHCS2 to ispCP RC4 - TuxReaper - 04-15-2008 05:53 AM nono, it isn't this the problem: *** PHP Warning: Module 'json' already loaded in Unknown on line 0 *** it's a php script that require the module json, however, i have the standard php.ini, i think the problem is in the upgrade of httpd or apache2.conf, but i don't know what to do.. any help? RE: Upgrade from VHCS2 to ispCP RC4 - joximu - 04-15-2008 08:22 AM try the mpm-worker module instead of "mpm_prefork_module"... /J RE: Upgrade from VHCS2 to ispCP RC4 - TuxReaper - 04-15-2008 10:34 PM i have to do a2enmod mpm-worker? RE: Upgrade from VHCS2 to ispCP RC4 - joximu - 04-16-2008 12:13 AM Rather apt-get remove apache2-mpm-prefork (or whatever the name of this package is) and apt-get install apache2-mpm-worker... Maybe it's also possible to have both installed but only one activated (with a2enmod and a2dismod). Do not activate both mpm-modules... /J RE: Upgrade from VHCS2 to ispCP RC4 - TuxReaper - 04-16-2008 01:03 AM same problem ![]() RE: Upgrade from VHCS2 to ispCP RC4 - joximu - 04-16-2008 01:25 AM hm, there must be more info in maybe one of the other error.log in /var/log/apache2/... ? /J |