Commit b5c8f4e7 authored by Graham Leggett's avatar Graham Leggett
Browse files

Update transformation


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@717870 13f79535-47bb-0310-9956-ffa450edef68
parent 7ec3a38d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -568,7 +568,7 @@ person in</a></h2>
    
        <p>The above example uses the <code class="directive"><a href="../mod/mod_authz_core.html#matchnotany">&lt;MatchNotAny&gt;</a></code> container directive
        to make sure that none of the 
        <code class="directive"><a href="../mod/mod_authz_host.html#match">Match</a></code> directives
        <code class="directive"><a href="../mod/mod_authz_core.html#match">Match</a></code> directives
        match their parameters before granting access.  Note that
        the <code>Match all granted</code> directive and the
        <code class="directive"><a href="../mod/mod_authz_core.html#matchnotany">&lt;MatchNotAny&gt;</a></code> are implicitly contained
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 479777:709841 (outdated) -->
<!-- English Revision: 479777:714054 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
+1 −1
Original line number Diff line number Diff line
<?xml version='1.0' encoding='EUC-KR' ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
<!-- English Revision: 105989:709841 (outdated) -->
<!-- English Revision: 105989:714054 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
  <modulefile>mod_authz_owner.xml</modulefile>
  <modulefile>mod_authz_user.xml</modulefile>
  <modulefile>mod_autoindex.xml</modulefile>
  <modulefile>mod_buffer.xml</modulefile>
  <modulefile>mod_cache.xml</modulefile>
  <modulefile>mod_cern_meta.xml</modulefile>
  <modulefile>mod_cgi.xml</modulefile>
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
  <modulefile>mod_authz_owner.xml</modulefile>
  <modulefile>mod_authz_user.xml</modulefile>
  <modulefile>mod_autoindex.xml</modulefile>
  <modulefile>mod_buffer.xml</modulefile>
  <modulefile>mod_cache.xml</modulefile>
  <modulefile>mod_cern_meta.xml</modulefile>
  <modulefile>mod_cgi.xml</modulefile>
Loading