Gatzet.com

Gadget, Free Software, Reviews

Restart Apache Server Easily

Apache Server Secret .jpg

So you are a webmaster and you want to Restart Apache Server Easily but you don’t know how to do it just yet. It’s only need one command to restart apache server via linux / unix shell. The following command will do apache server restart quickly.

# /etc/init.d/httpd  restart

Sometimes you want to restart your Apache server but you noticed that the server is pretty busy and hundreds of clients accessing the files on that server. You can issue a command to restart apache server without disrupting current client’s connection. You need to use the following command

# /etc/init.d/apache2  graceful

This will gracefully restart your Apache with new configuration without affecting your client’s connections. Enjoy guys

Related Blogs

Bookmark and Share
 

Posted on November 12th, 2008   Tags: · , ,

Related Post

0 comments for this entry ↓

  • There are no comments yet for this entry.

Leave a Comment