diff options
author | Stefan Fritsch <sf@apache.org> | 2016-11-21 23:15:09 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2016-11-21 23:15:09 +0100 |
commit | cba2ff8eace27b0ad27e053ec037836b29d73352 (patch) | |
tree | 91ad4d60e13b953f90b9f630769955634b153bd3 /docs/manual/mod/core.html.de | |
parent | Describe new behavior of ServerLimit (diff) | |
download | apache2-cba2ff8eace27b0ad27e053ec037836b29d73352.tar.xz apache2-cba2ff8eace27b0ad27e053ec037836b29d73352.zip |
update docs xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1770772 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/core.html.de')
-rw-r--r-- | docs/manual/mod/core.html.de | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index d1275d0180..27599409e3 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -78,6 +78,7 @@ Servers</td></tr> <li><img alt="" src="../images/down.gif" /> <a href="#httpprotocoloptions">HttpProtocolOptions</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#if"><If></a></li> <li><img alt="" src="../images/down.gif" /> <a href="#ifdefine"><IfDefine></a></li> +<li><img alt="" src="../images/down.gif" /> <a href="#iffile"><IfFile></a></li> <li><img alt="" src="../images/down.gif" /> <a href="#ifmodule"><IfModule></a></li> <li><img alt="" src="../images/down.gif" /> <a href="#include">Include</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#includeoptional">IncludeOptional</a></li> @@ -1648,6 +1649,19 @@ wenn eine Testbedingung beim Start wahr ist</td></tr> </div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> +<div class="directive-section"><h2><a name="IfFile" id="IfFile"><IfFile></a>-<a name="iffile" id="iffile">Direktive</a></h2> +<table class="directive"> +<tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Encloses directives that will be processed only +if file exists at startup</td></tr> +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code><IfFile [!]<var>parameter-name</var>> ... + </IfFile></code></td></tr> +<tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration, Virtual Host, Verzeichnis, .htaccess</td></tr> +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Core</td></tr> +<tr><th><a href="directive-dict.html#Module">Modul:</a></th><td>core</td></tr> +</table><p>Die Dokumentation zu dieser Direktive wurde + noch nicht übersetzt. Bitte schauen Sie in die englische + Version.</p></div> +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="directive-section"><h2><a name="IfModule" id="IfModule"><IfModule></a>-<a name="ifmodule" id="ifmodule">Direktive</a></h2> <table class="directive"> <tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Schließt Direktiven ein, die abhängig vom |