diff options
author | Igor Galić <igalic@apache.org> | 2010-11-25 23:41:00 +0100 |
---|---|---|
committer | Igor Galić <igalic@apache.org> | 2010-11-25 23:41:00 +0100 |
commit | 9617c0545f6eaba603d0369f7aa0cc0387413d3a (patch) | |
tree | 763cd99e5dd4a3bb6e7481cf724a262f28d23bf0 /docs | |
parent | Clarifying sub-URI behaviour of FallbackResource (diff) | |
download | apache2-9617c0545f6eaba603d0369f7aa0cc0387413d3a.tar.xz apache2-9617c0545f6eaba603d0369f7aa0cc0387413d3a.zip |
./build.sh all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039211 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_dir.html.en | 11 | ||||
-rw-r--r-- | docs/manual/mod/mod_dir.html.tr.utf8 | 1 | ||||
-rw-r--r-- | docs/manual/mod/mod_dir.xml.ja | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_dir.xml.ko | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_dir.xml.meta | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_dir.xml.tr | 2 | ||||
-rw-r--r-- | docs/manual/suexec.xml.ja | 2 | ||||
-rw-r--r-- | docs/manual/suexec.xml.ko | 2 | ||||
-rw-r--r-- | docs/manual/suexec.xml.tr | 2 |
9 files changed, 19 insertions, 7 deletions
diff --git a/docs/manual/mod/mod_dir.html.en b/docs/manual/mod/mod_dir.html.en index 28e5ebf60c..1ecf29371b 100644 --- a/docs/manual/mod/mod_dir.html.en +++ b/docs/manual/mod/mod_dir.html.en @@ -200,6 +200,17 @@ a directory</td></tr> </code></p></div> <p>Existing files, such as images, css files, and so on, will be served normally.</p> + <p>In a sub-URI, such as <em>http://example.com/blog/</em> this + <em>sub-URI</em> has to be supplied as <var>local-url</var>:</p> + <div class="example"><p><code> + <code> + <Directory /web/example.com/htdocs/blog><br /> + <span class="indent"> + FallbackResource /blog/index.php<br /> + </span> + </Directory> + </code> + </code></p></div> </div> </div> diff --git a/docs/manual/mod/mod_dir.html.tr.utf8 b/docs/manual/mod/mod_dir.html.tr.utf8 index df6a39dcf9..ae393e864d 100644 --- a/docs/manual/mod/mod_dir.html.tr.utf8 +++ b/docs/manual/mod/mod_dir.html.tr.utf8 @@ -27,6 +27,7 @@ <a href="../ko/mod/mod_dir.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="../tr/mod/mod_dir.html" title="Türkçe"> tr </a></p> </div> +<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div> <table class="module"><tr><th><a href="module-dict.html#Description">Açıklama:</a></th><td>Bölü çizgisiyle biten yönlendirmeleri yapar ve dizin içeriği dosyalarını sunar.</td></tr> <tr><th><a href="module-dict.html#Status">Durum:</a></th><td>Temel</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Modül Betimleyici:</a></th><td>dir_module</td></tr> diff --git a/docs/manual/mod/mod_dir.xml.ja b/docs/manual/mod/mod_dir.xml.ja index 10ebb88217..0942fc3a6a 100644 --- a/docs/manual/mod/mod_dir.xml.ja +++ b/docs/manual/mod/mod_dir.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: 420990:815782 (outdated) --> +<!-- English Revision: 420990:1039209 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mod/mod_dir.xml.ko b/docs/manual/mod/mod_dir.xml.ko index 803eaea1eb..290d4ad8ee 100644 --- a/docs/manual/mod/mod_dir.xml.ko +++ b/docs/manual/mod/mod_dir.xml.ko @@ -1,7 +1,7 @@ <?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:815782 (outdated) --> +<!-- English Revision: 151408:1039209 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mod/mod_dir.xml.meta b/docs/manual/mod/mod_dir.xml.meta index 6a295114aa..fb42899cbc 100644 --- a/docs/manual/mod/mod_dir.xml.meta +++ b/docs/manual/mod/mod_dir.xml.meta @@ -11,6 +11,6 @@ <variant>fr</variant> <variant outdated="yes">ja</variant> <variant outdated="yes">ko</variant> - <variant>tr</variant> + <variant outdated="yes">tr</variant> </variants> </metafile> diff --git a/docs/manual/mod/mod_dir.xml.tr b/docs/manual/mod/mod_dir.xml.tr index 7922c8b964..6c9a5e8caf 100644 --- a/docs/manual/mod/mod_dir.xml.tr +++ b/docs/manual/mod/mod_dir.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: 815782 --> +<!-- English Revision: 815782:1039209 (outdated) --> <!-- ===================================================== Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> diff --git a/docs/manual/suexec.xml.ja b/docs/manual/suexec.xml.ja index 86af0d9ac0..90bfaa3d3a 100644 --- a/docs/manual/suexec.xml.ja +++ b/docs/manual/suexec.xml.ja @@ -1,7 +1,7 @@ <?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: 655869:1029136 (outdated) --> +<!-- English Revision: 655869:1038591 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/suexec.xml.ko b/docs/manual/suexec.xml.ko index a5d0652600..36ad1b7f32 100644 --- a/docs/manual/suexec.xml.ko +++ b/docs/manual/suexec.xml.ko @@ -1,7 +1,7 @@ <?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:1029136 (outdated) --> +<!-- English Revision: 105989:1038591 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/suexec.xml.tr b/docs/manual/suexec.xml.tr index 77f4abbb74..a84ebb0fe6 100644 --- a/docs/manual/suexec.xml.tr +++ b/docs/manual/suexec.xml.tr @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.tr.xsl"?> -<!-- English Revision: 698389:1029136 (outdated) --> +<!-- English Revision: 698389:1038591 (outdated) --> <!-- ===================================================== Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> |