diff options
author | 2002-07-09 16:55:33 +0000 | |
---|---|---|
committer | 2002-07-09 16:55:33 +0000 | |
commit | d1283f4ec336ef56302c24f4c3f9b9df44c5d5ee (patch) | |
tree | 4a536f4f8860f31dffc4a971fdccacdd46c5e2b7 | |
parent | toss a /dev/crypto copy into /var/www/dev; millert ok (diff) | |
download | wireguard-openbsd-d1283f4ec336ef56302c24f4c3f9b9df44c5d5ee.tar.xz wireguard-openbsd-d1283f4ec336ef56302c24f4c3f9b9df44c5d5ee.zip |
ready ourself for the chroot httpd parts
-rw-r--r-- | etc/rc.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 43fcf6c7b8f..13cbc0fb25f 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.74 2002/06/11 04:51:39 dhartmei Exp $ +# $OpenBSD: rc.conf,v 1.75 2002/07/09 16:55:33 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -20,7 +20,6 @@ ntpdate_flags=NO # for normal use: NTP server; run before ntpd starts photurisd_flags=NO # for normal use: "" isakmpd_flags=NO # for normal use: "" mopd_flags=NO # for normal use: "-a" -httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) apmd_flags=NO # for normal use: "" dhcpd_flags=NO # for normal use: "-q" rtadvd_flags=NO # for normal use: list of interfaces @@ -32,6 +31,9 @@ rtsold_flags=NO # for normal use: interface # be sure to set net.inet6.ip6.accept_rtadv=1 lpd_flags=NO # for normal use: "" (or "-l" for debugging) +# use -u to disable chroot, see httpd(8) +httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) + # For normal use: "-L sm-mta -bd -q30m" sendmail_flags="-L sm-mta -C/etc/mail/localhost.cf -bd -q30m" |