Commit b4316d07 authored by Rich Bowen's avatar Rich Bowen
Browse files

rebuild


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1744986 13f79535-47bb-0310-9956-ffa450edef68
parent 7f377e65
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -79,8 +79,11 @@

<h3><a name="reqfilegroup" id="reqfilegroup">Require file-group</a></h3>

    <p>When this directive is specified, the user must be a member of the group
    assigned to the file being accessed.</p>
    <p>When this directive is specified, the filesystem permissions on
    the file being accessed are consulted. The user must be a member of
    a group with the same name as the group that owns the file.
    See <code class="module"><a href="../mod/mod_authz_owner.html">mod_authz_owner</a></code> for more
    details.</p>

    <pre class="prettyprint lang-config">Require file-group</pre>

+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@
<a href="../ja/mod/mod_authz_groupfile.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="../ko/mod/mod_authz_groupfile.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
<div class="outofdate">Cette traduction peut tre prime. Vrifiez la version
            anglaise pour les changements rcents.</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Autorisation base sur les groupes  l'aide de fichiers
textes</td></tr>
<tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Base</td></tr>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
<!-- English Revision : 1587031 -->
<!-- English Revision: 1587031:1744985 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->

+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 574882:1587031 (outdated) -->
<!-- English Revision: 574882:1744985 (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 modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
<!-- English Revision: 151408:1587031 (outdated) -->
<!-- English Revision: 151408:1744985 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
Loading