dereko Posted June 16, 2003 Share Posted June 16, 2003 Ok, I was having problems with a certain setup of Apache so I deleted everthing to do with it except the www folder where the website was stored. Now I just realised the Apache service is still running. How can I stop it now that i have deleted the apachectl exe? Quote Link to comment https://forums.phpfreaks.com/topic/599-stoping-apache-after-rm-all-the-files-associated-with-it/ Share on other sites More sharing options...
Nevets Posted June 29, 2003 Share Posted June 29, 2003 if you\'re using a unix flavor, use the following: ps aux |grep httpd get the process id and replace $pid with it kill $pid if that doesn\'t kill it... kill -9 $pid alternate: use top to kill it if you\'re using windows NT based(XP,2000), I believe there should be info under services.msc (use from run) Quote Link to comment https://forums.phpfreaks.com/topic/599-stoping-apache-after-rm-all-the-files-associated-with-it/#findComment-2172 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.