diff options
author | 2002-11-07 21:53:04 +0000 | |
---|---|---|
committer | 2002-11-07 21:53:04 +0000 | |
commit | fe9dbee69afe27c8a2f51c5e972351039739f39f (patch) | |
tree | 2b7cbff4428c8d1a64719ba371881a9ed4250639 /usr.sbin/httpd/src | |
parent | Allow '$' in a username as long as it is the last character since (diff) | |
download | wireguard-openbsd-fe9dbee69afe27c8a2f51c5e972351039739f39f.tar.xz wireguard-openbsd-fe9dbee69afe27c8a2f51c5e972351039739f39f.zip |
mention restart issues with 3rd party modules
PR 2902, Francesco Toscan, Thanks!
Diffstat (limited to 'usr.sbin/httpd/src')
-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 |