You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fa...@locus.apache.org on 2000/08/19 07:34:15 UTC

cvs commit: apache-2.0/conf httpd.conf-dist

fanf        00/08/18 22:34:15

  Modified:    conf     httpd.conf-dist
  Log:
  Use LimitExcept in the commented-out example for the UserDir stuff
  rather than a list of supposedly all of the other HTTP methods,
  
  Revision  Changes    Path
  1.11      +1 -1      apache-2.0/conf/httpd.conf-dist
  
  Index: httpd.conf-dist
  ===================================================================
  RCS file: /home/cvs/apache-2.0/conf/httpd.conf-dist,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -u -r1.10 -r1.11
  --- httpd.conf-dist	2000/04/24 04:03:37	1.10
  +++ httpd.conf-dist	2000/08/19 05:34:15	1.11
  @@ -340,7 +340,7 @@
   #        Order allow,deny
   #        Allow from all
   #    </Limit>
  -#    <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
  +#    <LimitExcept GET POST OPTIONS PROPFIND>
   #        Order deny,allow
   #        Deny from all
   #    </Limit>