How to fix httpd down issue in cpanel in 10 minutes

How to fix httpd down issue in cpanel.

 

Run commands below in terminal as root mode:

1st Reinstall EasyApache run:

# yum reinstall ea-apache* -y

Then rebuild httpd configuration run:

# /scripts/rebuildhttpdconf

Then restart httpd run:

# /scripts/restartsrv_httpd

 

Done then your httpd (Apache HTTP server) will start sucessfully to verify httpd is running or not run command below:

 

# service httpd status

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Cpanel / WHM Installation Steps

How To Connect Your Server Using Putty Step 01:  Download a Putty:...

How Configure FleetSSL Auto SSL

Step 1: Login To Your WHM Step 02: Search "Manage AutoSSL" Step 03: Click on "Manage AutoSSL"...

How to install SSL certificate in your website via Let’s Encrypt Plugin in cPanel

Are you facing this issue with your website ? This clearly signifies that SSL is not installed...