LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache not shutting down (https://www.linuxquestions.org/questions/linux-software-2/apache-not-shutting-down-60949/)

geniarse 05-21-2003 04:19 AM

Apache not shutting down
 
when shutting down my machine httpd does not terminate (kill fails). Currently I am only developing the webpage so lots of rebooting into windows so I can use macromedia flash.

I'm just worried that httpd not properly terminating could cause some faults so anyone got a fix for this???

vous 05-21-2003 04:30 AM

How are you shutting Apache down?

Is it with:

#apachectl stop

geniarse 05-21-2003 04:31 AM

i'm not manually shutting it down, its failing on shutting the entire machine down.

vous 05-21-2003 04:41 AM

With some Apache's it will shutdown automatically when you shutdown the machine, usually the ones that come pre-installed do it like that.

But if that is not the case....


Have you checked if your rc scripts are configured/set to do that?


If not, just chug it in there, and it WILL shutdown properly.

manthram 05-21-2003 06:25 AM

if you installed apache using rpm's or from the cd then there should be a script which should do it. if you did it form sources then you need to put the command 'apachectl stop' with the correct path in a executable script and then make link to that script in '/etc/rc.d/rc6.d/' directory


All times are GMT -5. The time now is 01:01 AM.