• 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.

httpd cant start after upgrade from 9.5 to 11

abdoshajari

New Pleskian
Hey

i just upgrade my plesk with lots of accounts from 9.5 to 11 and everything went ok now i can open plesk admin and etc. the only problem is that httpd service wont start i get "httpd dead subsys locked" error. tried these >>
remove lock and restart
killall -9 httpd and restart
restart and reconfigure httpd with plesk web
and everything that this link suggested > http://stuffthatspins.com/2010/11/1...no-listening-sockets-available-shutting-down/

is there anyone have new ideas about the problem?

regards
 
Does Apache stop and start correctly if you use startup script /etc/init.d/httpd for this purpose?
 
this is the exact error when i run httpdmng >>

=======
Unable to register configuration file: template=domainForwarding, domain.id=1247
Execution failed.
Command: httpdmng
Arguments: Array
=======
 
Looks like missing record about hosting type for domain id 1247. Try to set it to 'none' with

mysql> UPDATE domains SET htype ='none' WHERE id =1247;

and reconfigure domains after that with

# /usr/local/psa/admin/bin/httpdmng --reconfigure-all
 
thank you Igor, i did that, and it call that error for all domains on server one by one? is it safe to change all htypes to none? and it will solve the problem?

regards
 
For all domains?
It seems there is serious database inconsistency or something else. Detailed investigation is required. Therefore I suggest you contact Support Team. Experienced guys will check and fix this issue directly on your server.
 
Back
Top