summaryrefslogtreecommitdiffstats
path: root/modules/mappers/mod_so.c
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>1999-08-26 19:32:02 +0200
committerRoy T. Fielding <fielding@apache.org>1999-08-26 19:32:02 +0200
commitc77235fe4eed76ed8f7217abd9d723e920e5a470 (patch)
treef9c3633e68dfdddbb8efcecb1623b9ee0c35f779 /modules/mappers/mod_so.c
parentRemove ap_excess_requests_per_child reference that broke compilation, (diff)
downloadapache2-c77235fe4eed76ed8f7217abd9d723e920e5a470.tar.xz
apache2-c77235fe4eed76ed8f7217abd9d723e920e5a470.zip
Replace comment about SIGUSR1 with SIGWINCH.
Submitted by: Manoj Kasichainula git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83793 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/mappers/mod_so.c')
-rw-r--r--modules/mappers/mod_so.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mappers/mod_so.c b/modules/mappers/mod_so.c
index 0f0b63d37c..f0c2a7b7db 100644
--- a/modules/mappers/mod_so.c
+++ b/modules/mappers/mod_so.c
@@ -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.
*