• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

after upgrade 10.0.1 to 10.1.1 Apache not start

D

Datalux

Guest
Hello,

last night i make the update from 10.0.1 to 10.1.1. via Webinterface from Plesk.

Now no website is working and the apache dosn´t start.

i try a manual start via /etc/init.d/apache2 start and received error

Starting web server: apache2(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
failed!

a Prozess is running, but if i kill them and make a restart, it dosn´t help, same error.
www-data 16736 1 99 11:46 ? 00:04:46 /usr/sbin/apache2 -k start
root 17215 5007 0 11:50 pts/1 00:00:00 grep apache

in the apache error.log i found
[Wed Mar 16 11:46:00 2011] [warn] Init: SSL server IP/port conflict: gourmet.DOMAIN1.com:443 (/var/www/vhosts/DOMAIN-1.com/conf/13002718230.19793600_httpd.include:360) vs. DOMAIN-3:443 (/var/www/vhosts/DOMAIN-3/conf/13002718230.19793600_httpd.include:20)
[Wed Mar 16 11:46:00 2011] [warn] Init: SSL server IP/port conflict: admin.DOMAIN-1.com:443 (/var/www/vhosts/DOMAIN-1.com/conf/13002718230.19793600_httpd.include:213) vs. DOMAIN-3:443 (/var/www/vhosts/DOMAIN-3/conf/13002718230.19793600_httpd.include:20)
[Wed Mar 16 11:46:00 2011] [warn] Init: SSL server IP/port conflict: DOMAIN-1.com:443 (/var/www/vhosts/DOMAIN-1.com/conf/13002718230.19793600_httpd.include:15) vs. DOMAIN-3:443 (/var/www/vhosts/DOMAIN-3/conf/13002718230.19793600_httpd.include:20)
[Wed Mar 16 11:46:00 2011] [warn] Init: SSL server IP/port conflict: DOMAIN-4:443 (/var/www/vhosts/DOMAIN-4/conf/13002718230.19793600_httpd.include:10) vs. DOMAIN-3:443 (/var/www/vhosts/DOMAIN-3/conf/13002718230.19793600_httpd.include:20)
[Wed Mar 16 11:46:00 2011] [warn] Init: SSL server IP/port conflict: DOMAIN-5.de:443 (/var/www/vhosts/DOMAIN-5.de/conf/13002718230.19793600_httpd.include:10) vs. DOMAIN-3:443 (/var/www/vhosts/DOMAIN-3/conf/13002718230.19793600_httpd.include:20)
[Wed Mar 16 11:46:00 2011] [warn] Init: SSL server IP/port conflict: default-85_214_251_239:443 (/opt/psa/admin/conf/generated/13002718230.19793600_server.include:104) vs. DOMAIN-3:443 (/var/www/vhosts/DOMAIN-3/conf/13002718230.19793600_httpd.include:20)
[Wed Mar 16 11:46:00 2011] [warn] Init: SSL server IP/port conflict: DOMAIN2:443 (/var/www/vhosts/DOMAIN-2/conf/13002718230.19793600_httpd.include:10) vs. DOMAIN-3:443 (/var/www/vhosts/DOMAIN-3/conf/13002718230.19793600_httpd.include:20)
[Wed Mar 16 11:46:00 2011] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Wed Mar 16 11:46:00 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
PHP Fatal error: [ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0

i think the autoupdate failed, how can i fix or go back ??

the system is Debian lenny.
 
hi Tnx for Anwser but it dosn´t help.

after kill the prozess
lsof -i | grep http
apache2 22373 www-data 6u IPv6 100459 TCP *:https (LISTEN)

i restart apache with /etc/init.d/apache2 start

a new apache prozess is there but dosn´t work.
Starting web server: apache2(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
failed!

the /etc/apache2/httpd.conf is empty
 
by stop apache i get

ak-webservice:/etc/apache2/conf.d# /etc/init.d/apache2 stop
Stopping web server: apache2[Wed Mar 16 12:39:38 2011] [warn] VirtualHost 85.214.251.239:443 overlaps with VirtualHost 85.214.251.239:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 16 12:39:38 2011] [warn] VirtualHost 85.214.251.237:443 overlaps with VirtualHost 85.214.251.237:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 16 12:39:38 2011] [warn] VirtualHost 85.214.251.239:443 overlaps with VirtualHost 85.214.251.239:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Mar 16 12:39:38 2011] [warn] VirtualHost 85.214.251.239:443 overlaps with VirtualHost 85.214.251.239:443, the first has precedence, perhaps you need a NameVirtualHost directive
 
When apache started, it reported the following fatal error:

PHP Fatal error: [ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0

The problem is caused by the fact that there is Zend Optimizer module is loaded first (it existed directly in /etc/php.ini) and Ioncube loader is loaded second (via /etc/php.d/ioncube-loader.ini), but Ioncube must be loaded the first. To solve this, try to copy Ioncube loader string to /etc/php.ini before zend optimizer string. It should be something like this:

[Zend]
zend_extension=/usr/lib64/php/modules/php_ioncube_loader_lin_5.1_x86_64.so
zend_extension = /usr/local/lib/Zend/ZendOptimizer.so

It is common recommendation. Correct it for your case.
 
i disable the ZendOptimizer entrys in php.ini, and now it works.
 
Back
Top