• 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

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