summaryrefslogtreecommitdiff
path: root/src/support/suexec.h
diff options
context:
space:
mode:
authorRandy Terbush <randy@apache.org>1997-01-12 19:21:53 +0000
committerRandy Terbush <randy@apache.org>1997-01-12 19:21:53 +0000
commitf3c34f4643cd45fb5ebb7e45202e3fafb55f55d0 (patch)
tree97bdce114e96561f9f2905fb68014c22d1e62cb3 /src/support/suexec.h
parent19fbf667e7406af68f2e0c217ce30d4bcb5979ff (diff)
downloadhttpd-f3c34f4643cd45fb5ebb7e45202e3fafb55f55d0.tar.gz
Make constants agree with CHANGES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@77432 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/support/suexec.h')
-rw-r--r--src/support/suexec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support/suexec.h b/src/support/suexec.h
index 107b676f32..4cd90811c8 100644
--- a/src/support/suexec.h
+++ b/src/support/suexec.h
@@ -72,7 +72,7 @@
* for suEXEC. For most systems, 500 or 100 is common.
*/
#ifndef UID_MIN
-#define UID_MIN 500
+#define UID_MIN 100
#endif
/*