From: Ken Coar
Date: Sat, 12 Apr 1997 12:55:29 +0000 (+0000)
Subject: Added semi-FAQ about "invalid group ID" during httpd startup.
X-Git-Tag: APACHE_1_2b9~57
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=425a9c8bbe72477234929bfb0e65450e7473e926;p=apache
Added semi-FAQ about "invalid group ID" during httpd startup.
Corrected ErrorDocument 401 section to a question. (This *is*
a FAQ, after all ;-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77872 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html
index 1bf9e52782..fef5bb4ee6 100644
--- a/docs/manual/misc/FAQ.html
+++ b/docs/manual/misc/FAQ.html
@@ -8,7 +8,7 @@
Apache Server Frequently Asked Questions
-$Revision: 1.21 $ ($Date: 1997/04/12 04:49:10 $)
+$Revision: 1.22 $ ($Date: 1997/04/12 12:55:29 $)
The Questions
@@ -23,6 +23,8 @@ $Revision: 1.21 $ ($Date: 1997/04/12 04:49:10 $)
+
+
@@ -699,7 +706,7 @@ $Revision: 1.21 $ ($Date: 1997/04/12 04:49:10 $)
- ErrorDocument 401 does not work.
+ Why doesn't my ErrorDocument 401 work?
You need to use it with a URL in the form "/foo/bar" and not one
@@ -709,6 +716,21 @@ $Revision: 1.21 $ ($Date: 1997/04/12 04:49:10 $)
+
+ Why do I get "setgid: Invalid argument" at
+ startup?
+
+
+ Your
+ Group
+ directive (probably in conf/httpd.conf) needs to name a
+ group that actually exists in the /etc/group file (or
+ your system's equivalent).
+
+
+