LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Auto start problem Apache (https://www.linuxquestions.org/questions/linux-newbie-8/auto-start-problem-apache-745748/)

pronov 08-07-2009 02:32 AM

Auto start problem Apache
 
Auto start problem Apache server during boot time

JulianTosh 08-07-2009 02:49 AM

Can you restate the problem? httpd is not starting after boot?

What distro are you using?

Can you start it manually?

If you're on a redhat/fedora/centos machine, you can check the status with 'service httpd start|status|stop'.

Use chkconfig to set the run levels for the service with something like 'chkconfig --level 345 httpd on'.


All times are GMT -5. The time now is 02:29 PM.