Current time: 04-20-2024, 08:43 PM Hello There, Guest! (LoginRegister)


Post Reply 
Upgrade from VHCS2 to ispCP RC4
Author Message
TuxReaper Offline
Junior Member
*

Posts: 21
Joined: Apr 2008
Reputation: 0
Post: #1
Upgrade from VHCS2 to ispCP RC4
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?
04-15-2008 03:39 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: Upgrade from VHCS2 to ispCP RC4
more details (OS, Logfiles etc).

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

apache2 -S

apache2 -M

/J
04-15-2008 03:44 AM
Visit this user's website Find all posts by this user Quote this message in a reply
TuxReaper Offline
Junior Member
*

Posts: 21
Joined: Apr 2008
Reputation: 0
Post: #3
RE: Upgrade from VHCS2 to ispCP RC4
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]
04-15-2008 04:12 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: Upgrade from VHCS2 to ispCP RC4
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
04-15-2008 05:33 AM
Visit this user's website Find all posts by this user Quote this message in a reply
TuxReaper Offline
Junior Member
*

Posts: 21
Joined: Apr 2008
Reputation: 0
Post: #5
RE: Upgrade from VHCS2 to ispCP RC4
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?
04-15-2008 05:53 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #6
RE: Upgrade from VHCS2 to ispCP RC4
try the mpm-worker module instead of "mpm_prefork_module"...

/J
04-15-2008 08:22 AM
Visit this user's website Find all posts by this user Quote this message in a reply
TuxReaper Offline
Junior Member
*

Posts: 21
Joined: Apr 2008
Reputation: 0
Post: #7
RE: Upgrade from VHCS2 to ispCP RC4
i have to do a2enmod mpm-worker?
04-15-2008 10:34 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #8
RE: Upgrade from VHCS2 to ispCP RC4
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
04-16-2008 12:13 AM
Visit this user's website Find all posts by this user Quote this message in a reply
TuxReaper Offline
Junior Member
*

Posts: 21
Joined: Apr 2008
Reputation: 0
Post: #9
RE: Upgrade from VHCS2 to ispCP RC4
same problem Sad
04-16-2008 01:03 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #10
RE: Upgrade from VHCS2 to ispCP RC4
hm, there must be more info in maybe one of the other error.log in /var/log/apache2/... ?

/J
(This post was last modified: 04-16-2008 01:25 AM by joximu.)
04-16-2008 01:25 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)