diff options
author | 2014-08-07 18:21:13 +0000 | |
---|---|---|
committer | 2014-08-07 18:21:13 +0000 | |
commit | 044f7aaa8b0027d5f2a926754ed8f869cbe939ad (patch) | |
tree | dd6813ba435957c449e885ff313f16a6395968d2 | |
parent | Don't try to ouput FCGI_STDERR into error.log if there is no data. (diff) | |
download | wireguard-openbsd-044f7aaa8b0027d5f2a926754ed8f869cbe939ad.tar.xz wireguard-openbsd-044f7aaa8b0027d5f2a926754ed8f869cbe939ad.zip |
Fix and simplify the description of httpd(8)'s signal handling. httpd
does not re-executed itself on SIGHUP, it simply reload the
configuration and sends it to its child processes.
ok deraadt@
-rw-r--r-- | usr.sbin/httpd/httpd.8 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.sbin/httpd/httpd.8 b/usr.sbin/httpd/httpd.8 index b0459e389c3..5f53dffbb93 100644 --- a/usr.sbin/httpd/httpd.8 +++ b/usr.sbin/httpd/httpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.8,v 1.46 2014/08/07 06:56:41 deraadt Exp $ +.\" $OpenBSD: httpd.8,v 1.47 2014/08/07 18:21:13 reyk Exp $ .\" .\" Copyright (c) 2014 Reyk Floeter <reyk@openbsd.org> .\" @@ -37,11 +37,7 @@ can log to syslog or per-server files with several standard formats. .Nm rereads its configuration file when it receives .Dv SIGHUP -by re-executing itself with the name and options it was started -with, e.g.\& -.Pa /usr/sbin/httpd . -.Nm -reopens log files when it receives +and reopens log files when it receives .Dv SIGUSR1 . .Pp The options are as follows: |