• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

After Upgrade to 9.2.2 no Domain and Emails are working !!

L

LukasP

Guest
Hi,

just made the upgrade to 9.2.2 and after that i am now not able to access any of my Domains. Plesk is still working and i can enter the Admin section. But i am not able to access my sites through the browser.
Some facts -->

I made the Upgrade through Plesk, i am using OpenSuse 11.0. First i tried to look after Appache2. Well,I went to /etc/init.d/ stopped Appache, and then started it again ./apache2 start . This was the result :

Starting httpd2 (prefork) [Thu Aug 27 00:29:33 2009] [warn] module rewrite_module is already loaded, skipping
httpd2-prefork: bad user name test

The command line was:
/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
failed

I looked into the error_log of apache under /var/log/apache2/ and found this:

[Wed Aug 26 01:01:49 2009] [notice] caught SIGTERM, shutting down
[Wed Aug 26 01:01:49 2009] [notice] mod_fcgid: process /srv/www/vhosts/mydomain/httpdocs/test/fcgi/test.fcgi(11806) exit(shutting down), get stop signal 15
[Wed Aug 26 01:02:21 2009] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Aug 26 01:02:21 2009] [warn] RSA server certificate CommonName (CN) `myservername' does NOT match server name!?
[Wed Aug 26 01:02:21 2009] [warn] Init: SSL server IP/port conflict: atmail.webmail:443 (/etc/apache2/conf.d/zzz_atmail_vhost.conf:48) vs. horde.webmail:443 (/etc/apache2/conf.d/zzz_horde_vhost.conf:41)
[Wed Aug 26 01:02:21 2009] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Wed Aug 26 01:02:21 2009] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Wed Aug 26 01:02:21 2009] [error] (2)No such file or directory: mod_jk: could not open JkLog file /srv/www/logs/mod_jk.log
Configuration Failed
[Wed Aug 26 01:02:25 2009] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Aug 26 01:02:25 2009] [warn] RSA server certificate CommonName (CN) `myservername' does NOT match server name!?
[Wed Aug 26 01:02:25 2009] [warn] Init: SSL server IP/port conflict: atmail.webmail:443 (/etc/apache2/conf.d/zzz_atmail_vhost.conf:48) vs. horde.webmail:443 (/etc/apache2/conf.d/zzz_horde_vhost.conf:41)
[Wed Aug 26 01:02:25 2009] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Wed Aug 26 01:02:25 2009] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Wed Aug 26 01:02:25 2009] [error] (2)No such file or directory: mod_jk: could not open JkLog file /srv/www/logs/mod_jk.log
Configuration Failed
[Wed Aug 26 01:18:08 2009] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Aug 26 01:18:08 2009] [warn] RSA server certificate CommonName (CN) `myservername' does NOT match server name!?
[Wed Aug 26 01:18:08 2009] [warn] Init: SSL server IP/port conflict: atmail.webmail:443 (/etc/apache2/conf.d/zzz_atmail_vhost.conf:48) vs. horde.webmail:443 (/etc/apache2/conf.d/zzz_horde_vhost.conf:41)
[Wed Aug 26 01:18:08 2009] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Wed Aug 26 01:18:08 2009] [error] (2)No such file or directory: mod_jk: could not open JkLog file /srv/www/logs/mod_jk.log
Configuration Failed
[Wed Aug 26 01:18:13 2009] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Aug 26 01:18:13 2009] [warn] RSA server certificate CommonName (CN) `myservername' does NOT match server name!?
[Wed Aug 26 01:18:13 2009] [warn] Init: SSL server IP/port conflict: atmail.webmail:443 (/etc/apache2/conf.d/zzz_atmail_vhost.conf:48) vs. horde.webmail:443 (/etc/apache2/conf.d/zzz_horde_vhost.conf:41)
[Wed Aug 26 01:18:13 2009] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Wed Aug 26 01:18:13 2009] [error] (2)No such file or directory: mod_jk: could not open JkLog file /srv/www/logs/mod_jk.log
Configuration Failed


I looked up in yast if mod_jk is installed....and Yes, it was installed...file is called "apache2-mod_jk".

I hope someone can help me solve the problem,....thx in advance,


Lukas
 
Only error I see "cannot open /srv/www/logs/mod_jk.log"

Maybe you should create it or check permissions?
 
Mod_jk vs Tomcat

Don't know if this helps, but I have been having trouble with RHEL wanting to install mod_jk and Plesk wanting to install Tomcat. They seem to be incompatible, and the only solution I could find was to forcibly uninstall one of them (i.e. --no-deps) in order to install the other. Of course, as soon as either had a new update released the problem recurred.

Matt
 
Back
Top