diff options
author | florian | 2014-06-10 14:33:01 +0000 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-05-24 12:33:55 +0200 |
commit | 660dbaae4ad1ac9a2fe96efaf13d984db7ee4b89 (patch) | |
tree | 4ef8765062328cf63a3d85ee13740e939d54a3b3 /slowcgi.8 | |
parent | aff2da75984cb4b216ac47d4603dd5618d0942f7 (diff) | |
download | slowcgi-660dbaae4ad1ac9a2fe96efaf13d984db7ee4b89.tar.gz |
Cleanup socket creation. Input ajacoutot some time ago; OK henning@
Diffstat (limited to 'slowcgi.8')
-rw-r--r-- | slowcgi.8 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: slowcgi.8,v 1.7 2014/01/20 13:00:31 florian Exp $ +.\" $OpenBSD: slowcgi.8,v 1.8 2014/06/10 14:33:01 florian Exp $ .\" .\" Copyright (c) 2013 Florian Obser <florian@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 20 2014 $ +.Dd $Mdocdate: June 10 2014 $ .Dt SLOWCGI 8 .Os .Sh NAME @@ -49,7 +49,7 @@ is not intended for these applications. .Nm opens a socket at .Pa /var/www/run/slowcgi.sock , -owned by root:www, +owned by www:www, with permissions 0660. It will then .Xr chroot 8 |