diff options
author | Jim Jagielski <jim@apache.org> | 2012-01-31 17:38:48 +0000 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2012-01-31 17:38:48 +0000 |
commit | 5bf25bab54fa693ab4c6858143da45b00220c425 (patch) | |
tree | 6f1a21e6ff89b28162435fa496e7319944fd4103 | |
parent | 87c4736de5071c6e6d6d77ab4335b30602072e05 (diff) | |
download | httpd-5bf25bab54fa693ab4c6858143da45b00220c425.tar.gz |
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238704 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/core.html.en | 5 | ||||
-rw-r--r-- | docs/manual/mod/core.xml.de | 2 | ||||
-rw-r--r-- | docs/manual/mod/core.xml.es | 2 | ||||
-rw-r--r-- | docs/manual/mod/core.xml.fr | 2 | ||||
-rw-r--r-- | docs/manual/mod/core.xml.ja | 2 | ||||
-rw-r--r-- | docs/manual/mod/core.xml.tr | 2 |
6 files changed, 10 insertions, 5 deletions
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 9ed410988c..784338c89b 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -476,6 +476,11 @@ NoDecode option available in 2.3.12 and later.</td></tr> <dd> Allow use of the directives controlling host access (<code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code>, <code class="directive"><a href="../mod/mod_authz_host.html#deny">Deny</a></code> and <code class="directive"><a href="../mod/mod_authz_host.html#order">Order</a></code>).</dd> + <dt>Nonfatal</dt> + + <dd> + Allow use of AllowOverride option to treat syntax errors in .htaccess as non-fatal.</dd> + <dt>Options[=<var>Option</var>,...]</dt> <dd> diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index df1a21536a..e8dddbc5c3 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?> -<!-- English Revision: 344972:1234878 (outdated) --> +<!-- English Revision: 344972:1238702 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mod/core.xml.es b/docs/manual/mod/core.xml.es index 6a0b1e9dcb..d560f6084a 100644 --- a/docs/manual/mod/core.xml.es +++ b/docs/manual/mod/core.xml.es @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<!-- English Revision: 1040494:1234878 (outdated) --> +<!-- English Revision: 1040494:1238702 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mod/core.xml.fr b/docs/manual/mod/core.xml.fr index 6053d0e6ba..a34a9d0c39 100644 --- a/docs/manual/mod/core.xml.fr +++ b/docs/manual/mod/core.xml.fr @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?> -<!-- English Revision: 1188095:1234878 (outdated) --> +<!-- English Revision: 1188095:1238702 (outdated) --> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 2fedc4355d..0a8d197577 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ <?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: 669847:1234878 (outdated) --> +<!-- English Revision: 669847:1238702 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mod/core.xml.tr b/docs/manual/mod/core.xml.tr index fff92aedaf..129fb7afbc 100644 --- a/docs/manual/mod/core.xml.tr +++ b/docs/manual/mod/core.xml.tr @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?> -<!-- English Revision: 813376:1234878 (outdated) --> +<!-- English Revision: 813376:1238702 (outdated) --> <!-- ===================================================== Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> |