diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-07 21:53:05 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-07 21:53:05 +0000 |
commit | 50e6e81b126027fb945bc17b3c35c0b6646e8430 (patch) | |
tree | 264ad1e8a1e51786c6b369600d511a09f44b9d56 | |
parent | 1e50f2031a464c359f026df79e0eeceb7af3ce9e (diff) |
mention restart issues with 3rd party modules
PR 2902, Francesco Toscan, Thanks!
-rw-r--r-- | usr.sbin/httpd/src/support/apachectl.8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/httpd/src/support/apachectl.8 b/usr.sbin/httpd/src/support/apachectl.8 index 5035b9497bd..13c730cab78 100644 --- a/usr.sbin/httpd/src/support/apachectl.8 +++ b/usr.sbin/httpd/src/support/apachectl.8 @@ -100,6 +100,13 @@ is not running, it is started. This command automatically checks the configuration files via .BI configtest before initiating the restart to make sure Apache doesn't die. +If the Apache daemon runs chrooted (default in OpenBSD) and +3rd party modules are loaded, restart may fail due to path +inconsistency. Completely +.BI stop +and +.BI start +the daemon instead. .TP .BI fullstatus Displays a full status report from |