diff options
-rw-r--r-- | modules/mappers/mod_so.c | 4 |
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. * |