Portal Home > Knowledgebase > Articles Database > Service httpd restart is not normal


Service httpd restart is not normal




Posted by ballpen, 09-21-2013, 02:44 AM
root@linux ~]# service httpd restart Gracefully restarting httpd: I use kloxo How to solve? My website can run normally

Posted by SeriousB, 09-21-2013, 11:13 AM
Apparently I can not understand what you wish to accomplish, could you clarify a bit?

Posted by mumbleme, 09-21-2013, 12:13 PM
Have you tried entering "service httpd" to show you the various options? are you maybe looking for "service httpd graceful" or "service httpd reload"

Posted by TheWareHive, 09-21-2013, 12:22 PM
You can also run the following two commands: service httpd stop service httpd start If the restart command is not working for you.

Posted by zoid, 09-21-2013, 12:36 PM
Solve what?

Posted by ajonate, 09-22-2013, 11:57 AM
You issued a command to restart httpd, and it restarted for you. What's the problem with that?

Posted by ballpen, 09-22-2013, 07:15 PM
why not [root@linux ~]# service httpd restart Stopping httpd: [ OK ] Starting httpd: [ OK ] I use 6.1.12 [root@linux ~]# service httpd restart Gracefully restarting httpd: Gracefully restarting there is a problem? I'm afraid How to solve

Posted by net, 09-22-2013, 07:40 PM
Moved > Hosting Security and Technology .

Posted by ajonate, 09-22-2013, 08:37 PM
The graceful restart by the Kloxo version is preferred because a graceful restart advises child processes of the pending restart. I don't see why that's a problem.

Posted by BMathews, 09-23-2013, 01:38 AM
There is no Issue in the above Output, the restart is Normal.

Posted by valley, 09-23-2013, 02:14 AM
The Apache control script at /etc/init.d/httpd must be customized to give it a graceful restart when you issue the usual restart command for apache. This won't affect your server though.

Posted by mayur879, 09-23-2013, 05:30 AM
hello there is no problem in gracefull restart you can continue your work. or you can try it by using stop start method. service httpd stop. service httpd start.

Posted by jamesbond879, 09-24-2013, 07:00 AM
Try killing off apache before you attempt to restart it: killall -9 httpd (do this 3 or 4 times) /usr/local/apache/bin/apachectl startssl Then tail your apache error log and report back all errors/warnings. than try to restart.

Posted by ram123456, 09-24-2013, 07:16 AM
yes of course is harmful to restart.you can go stopping the service then start the service its easy to services maintaine or try to killing that service using killing command.



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
cPanel suphp or fcgi ? (Views: 734)
MySql date field (Views: 574)