slive 2002/11/16 17:56:39
Modified: htdocs/manual/howto auth.html
Log:
This example is a little confusing because it depends on an
unspecified Order directive. Make it explicit.
PR: 14442
Revision Changes Path
1.9 +1 -0 httpd-docs-1.3/htdocs/manual/howto/auth.html
Index: auth.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/howto/auth.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -b -u -r1.8 -r1.9
--- auth.html 13 Nov 2002 15:56:59 -0000 1.8
+++ auth.html 17 Nov 2002 01:56:39 -0000 1.9
@@ -1144,6 +1144,7 @@
AuthUserFile /www/passwd/users
AuthGroupFile /www/passwd/groups
Require group customers
+ Order allow,deny
Allow from internal.com
Satisfy any
</Directory>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]