HTTP tutorials

Stop Apache server processes

Contributed by qmchenry on September 24, 2003 under Apache web server

Comments
 

Restart Apache without closing open connections

Contributed by qmchenry on under Apache web server

After making changes to Apache’s configuration file (httpd.conf), it is necessary to restart Apache for the changes to take effect. A normal restart will close active connections which may cause problems for users.

Comments