From: Rainer Jung Date: Tue, 15 Jun 2010 09:33:20 +0000 (+0000) Subject: The directives "User", "Group" and "ChrootDir" have X-Git-Tag: 2.3.7~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90a12694f8276fa9de2a77b18d6f79a270363b0b;p=apache 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 --- 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