can't switch from lite speed to apache

hatembadran

Active Member
Nov 30, 2021
33
0
6
Saudi Arabia
cPanel Access Level
Root Administrator
  • Failed to switch to Apache
  • This may be due to a configuration error. To manually check this problem, please ssh to your server.
  • Use the following steps to manually switch to Apache:
  • Stop LiteSpeed if lshttpd still running: pkill -9 litespeed
  • Restore Apache httpd if /usr/sbin/httpd_ls_bak exists: mv -f /usr/sbin/httpd_ls_bak /usr/sbin/httpd
  • Run the Apache restart command manually: service httpd restart and check for errors.

can't switch from lite speed to apache
 

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,505
2,605
363
cPanel Access Level
Root Administrator
Hey there! Were you able to stop LiteSpeed and try to restart Apache manually using those commands? If Apache still doesn't start after that, I would expect there to be a helpful message in the output of the restart command, or in the Apache log.