Control Web Panel

WebPanel => Apache => Topic started by: bryan2019 on April 30, 2015, 01:40:35 AM

Title: Apache webserver stop when server restart
Post by: bryan2019 on April 30, 2015, 01:40:35 AM
Please help!

Why is it that httpd stop when my server restart?  :-[

I need to manually start the httpd in my dashboard when I reboot my server.  :(
Title: Re: Apache webserver stop when server restart
Post by: brijendrasial on May 01, 2015, 03:26:15 PM
you can enable auto start by running commands like chkconfig service-name on/off
Title: Re: Apache webserver stop when server restart
Post by: edur on January 29, 2017, 06:45:36 PM
I have the same problem,

What item have to turn on?
I have not the "httpd".  :-\

(http://i68.tinypic.com/2zr14yo.jpg)

Regards
Title: Re: Apache webserver stop when server restart
Post by: Administrator on January 29, 2017, 07:55:50 PM
try this command for centos 6
Code: [Select]
chkconfig httpd on