summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2010-06-15 09:33:20 +0000
committerRainer Jung <rjung@apache.org>2010-06-15 09:33:20 +0000
commit90a12694f8276fa9de2a77b18d6f79a270363b0b (patch)
treee940ade98fae9df2cb4bf7cd179c962aee3e57b9 /os
parent077709135f0c61440c423ec48b132c321e7c90c3 (diff)
downloadhttpd-90a12694f8276fa9de2a77b18d6f79a270363b0b.tar.gz
The directives "User", "Group" and "ChrootDir" have
been moved into mod_unixd. The old macro UNIX_DAEMON_COMMANDS is no longer in use. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r--os/unix/unixd.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/os/unix/unixd.h b/os/unix/unixd.h
index 882dd5f5ea..c9d6ea96a2 100644
--- a/os/unix/unixd.h
+++ b/os/unix/unixd.h
@@ -107,14 +107,6 @@ AP_DECLARE(apr_status_t) ap_unixd_accept(void **accepted, ap_listen_rec *lr, apr
#define ap_os_killpg(x, y) (kill (-(x), (y)))
#endif /* HAVE_KILLPG */
-#define UNIX_DAEMON_COMMANDS \
-AP_INIT_TAKE1("User", unixd_set_user, NULL, RSRC_CONF, \
- "Effective user id for this server"), \
-AP_INIT_TAKE1("Group", unixd_set_group, NULL, RSRC_CONF, \
- "Effective group id for this server"), \
-AP_INIT_TAKE1("ChrootDir", unixd_set_chroot_dir, NULL, RSRC_CONF, \
- "The directory to chroot(2) into")
-
#ifdef __cplusplus
}
#endif