]> granicus.if.org Git - apache/commitdiff
Replace comment about SIGUSR1 with SIGWINCH.
authorRoy T. Fielding <fielding@apache.org>
Thu, 26 Aug 1999 17:32:02 +0000 (17:32 +0000)
committerRoy T. Fielding <fielding@apache.org>
Thu, 26 Aug 1999 17:32:02 +0000 (17:32 +0000)
Submitted by: Manoj Kasichainula

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83793 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_so.c

index 0f0b63d37c649475c0991258480560170078c88e..f0c2a7b7dbb0ac6f097f2926387bd5745f2f3a18 100644 (file)
@@ -58,7 +58,7 @@
 /* 
  * This module is used to load Apache modules at runtime. This means that the
  * server functionality can be extended without recompiling and even without
- * taking the server down at all. Only a HUP or USR1 signal needs to be send
+ * taking the server down at all. Only a HUP or WINCH signal needs to be send
  * to the server to reload the dynamically loaded modules.
  *
  * To use, you'll first need to build your module as a shared library, then
@@ -97,7 +97,7 @@
  * directive to get these log messages).
  *
  * If you edit the LoadModule directives while the server is live you can get
- * Apache to re-load the modules by sending it a HUP or USR1 signal as normal.
+ * Apache to re-load the modules by sending it a HUP or WINCH signal as normal.
  * You can use this to dynamically change the capability of your server
  * without bringing it down.
  *