diff options
author | Lucien Gentis <lgentis@apache.org> | 2014-11-29 18:39:20 +0100 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2014-11-29 18:39:20 +0100 |
commit | 8b797b91a935d88966ad1fc6c0b885a1015677b5 (patch) | |
tree | 290efb113987904a468e7dbcfea5bf1676ff6ee2 /docs/manual/mod/mod_lua.html.fr | |
parent | XML updates. (diff) | |
download | apache2-8b797b91a935d88966ad1fc6c0b885a1015677b5.tar.xz apache2-8b797b91a935d88966ad1fc6c0b885a1015677b5.zip |
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1642451 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_lua.html.fr')
-rw-r--r-- | docs/manual/mod/mod_lua.html.fr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_lua.html.fr b/docs/manual/mod/mod_lua.html.fr index 055ec10aba..1e46c31a4a 100644 --- a/docs/manual/mod/mod_lua.html.fr +++ b/docs/manual/mod/mod_lua.html.fr @@ -1078,6 +1078,16 @@ end local line = r:wsread()</pre> + +<pre class="prettyprint lang-lua">r:config() -- Extrait une arborescence de l'ensemble de + -- la configuration de httpd pouvant être parcourue</pre> + + +<pre class="prettyprint lang-lua">r:activeconfig() -- Extrait une arborescence de la configuration active + -- de httpd (pour le serveur virtuel sélectionné)</pre> + + + </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="logging" id="logging">Fonctions de journalisation</a></h2> |