diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2014-08-07 18:21:14 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2014-08-07 18:21:14 +0000 |
commit | 35f70580c1552ea3cd669219497d839ea0eaa67c (patch) | |
tree | c96549788f507520a5d944ab04d75d0350f62b46 /usr.sbin | |
parent | ce700fae4d79d4b62b9f0d7859ac5d5e2ef02041 (diff) |
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@
Diffstat (limited to 'usr.sbin')
-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: |