From: Joshua Slive Date: Thu, 23 Aug 2001 00:15:37 +0000 (+0000) Subject: This probably falls under the category: if you can't figure it out yourself, X-Git-Tag: 2.0.25~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae31fecbff05d593f4a9193000207ac0454ee963;p=apache This probably falls under the category: if you can't figure it out yourself, you shouldn't be doing it. But we might as well remove obsolete stuff. PR: 4685 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90527 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/unix/unixd.c b/os/unix/unixd.c index 4ffde23218..66e1012e92 100644 --- a/os/unix/unixd.c +++ b/os/unix/unixd.c @@ -203,9 +203,9 @@ AP_DECLARE(const char *) unixd_set_user(cmd_parms *cmd, void *dummy, "\trunning as root. There are known race conditions that\n" "\twill allow any local user to read any file on the system.\n" "\tIf you still desire to serve pages as root then\n" - "\tadd -DBIG_SECURITY_HOLE to the EXTRA_CFLAGS line in your\n" - "\tsrc/Configuration file and rebuild the server. It is\n" - "\tstrongly suggested that you instead modify the User\n" + "\tadd -DBIG_SECURITY_HOLE to the CFLAGS env variable\n" + "\tand then rebuild the server.\n" + "\tIt is strongly suggested that you instead modify the User\n" "\tdirective in your httpd.conf file to list a non-root\n" "\tuser.\n"; }