ispCP - Board - Support - VHCS fork

Full Version: Upgrade from VHCS2 to ispCP RC4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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?
more details (OS, Logfiles etc).

/var/log/apache2/error.log, and suexec.log

apache2 -S

apache2 -M

/J
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)
[Mon Apr 14 18:02:05 2008] [notice] Apache configured -- resuming normal operations
[Mon Apr 14 18:05:20 2008] [notice] caught SIGTERM, shutting down
[Mon Apr 14 18:06:15 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
PHP Warning:  Module 'json' already loaded in Unknown on line 0
[Mon Apr 14 18:06:17 2008] [notice] Apache configured -- resuming normal operations
[Mon Apr 14 18:06:26 2008] [notice] caught SIGTERM, shutting down
[Mon Apr 14 18:06:29 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
PHP Warning:  Module 'json' already loaded in Unknown on line 0
[Mon Apr 14 18:06:29 2008] [notice] Apache configured -- resuming normal operations
[Mon Apr 14 18:07:39 2008] [notice] caught SIGTERM, shutting down
[Mon Apr 14 18:08:56 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Mon Apr 14 18:08:56 2008] [notice] FastCGI: wrapper mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Mon Apr 14 18:08:56 2008] [notice] FastCGI: process manager initialized (pid 11378)
[Mon Apr 14 18:08:56 2008] [warn] FastCGI: server "/var/www/fcgi/master/php5-fcgi-starter" (uid 2000, gid 2000$
[Mon Apr 14 18:08:56 2008] [notice] Apache configured -- resuming normal operations

/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:
84.19.184.131:80       admin.km20935-10.keymachine.de (/etc/apache2/sites-enabled/00_master.conf:24)
Syntax OK

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]
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
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?
try the mpm-worker module instead of "mpm_prefork_module"...

/J
i have to do a2enmod mpm-worker?
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
same problem Sad
hm, there must be more info in maybe one of the other error.log in /var/log/apache2/... ?

/J
Pages: 1 2
Reference URL's