diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-08-05 09:24:22 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-08-05 09:24:22 +0000 |
commit | 2917bd54f7439a907b07e47a0095d98590cc597b (patch) | |
tree | ddab5502bd0c40d787dc31b338cbd6a6219de2de /usr.sbin/httpd/httpd.h | |
parent | d6cf2551d24a01a9f974845a81aaeffda700cdc3 (diff) |
add a config option to specify the chroot directory
ok reyk@
Diffstat (limited to 'usr.sbin/httpd/httpd.h')
-rw-r--r-- | usr.sbin/httpd/httpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/httpd/httpd.h b/usr.sbin/httpd/httpd.h index b5cff077ce0..d3a6ca865d4 100644 --- a/usr.sbin/httpd/httpd.h +++ b/usr.sbin/httpd/httpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: httpd.h,v 1.42 2014/08/04 18:12:15 reyk Exp $ */ +/* $OpenBSD: httpd.h,v 1.43 2014/08/05 09:24:21 jsg Exp $ */ /* * Copyright (c) 2006 - 2014 Reyk Floeter <reyk@openbsd.org> @@ -397,6 +397,7 @@ struct httpd { u_int16_t sc_prefork_server; u_int16_t sc_id; int sc_paused; + char *sc_chroot; struct serverlist *sc_servers; struct mediatypes *sc_mediatypes; |