Restart Apache Server without affecting existing connections
View original post
Sometimes you want to restart your Apache server after changing some configuration in your virutual hosts,sites etc, but you have few hundred clients currently downloading files from your server and you don’t want to disconnect them.
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.
Tags: graceful apache command, restart apache server, Restart Apache Server without affecting existing connections, webservergraceful apache command, restart apache server, Restart Apache Server without affecting existing connections, webserver
Filed under Debian | Comment (0)
Cacti With Xampp On Ubuntu
View original post
Cacti With Xampp On Ubuntu
This is a simple setup of Cacti, so that you don’t really need a “Linux” expert to maintain it. Please note that Cacti can also be installed
on Windows and guides for both these installations are available on the
net. This guide is just a repeat of how Cacti was set up here in Mumbai.
Filed under Ubuntu | Comment (0)
Managing Packages And Repositories With Yum And Yumex On Fedora 7
View original post
Managing Packages And Repositories With Yum And Yumex On Fedora 7
This article explains how to improve/optimize/speed up package
installation with Yum, install packages with “Yum Extender” (a GUI for
Yum with extensive features to manage packages), and manage different
external package repositories - with focus on prevention of problems
with different repositories - on Fedora 7.
Filed under Fedora | Comment (0)