]> granicus.if.org Git - apache/commitdiff
The directives "User", "Group" and "ChrootDir" have
authorRainer Jung <rjung@apache.org>
Tue, 15 Jun 2010 09:33:20 +0000 (09:33 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 15 Jun 2010 09:33:20 +0000 (09:33 +0000)
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

os/unix/unixd.h

index 882dd5f5ea98212705981936ce07348509765e8e..c9d6ea96a294dd268d7497444ae516fd9f01a0bf 100644 (file)
@@ -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