]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rebuild
authorRichard Bowen <rbowen@apache.org>
Wed, 12 Mar 2014 20:47:06 +0000 (20:47 +0000)
committerRichard Bowen <rbowen@apache.org>
Wed, 12 Mar 2014 20:47:06 +0000 (20:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1576899 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.html.en
docs/manual/mod/mod_lua.xml.fr

index 374f70747eab141c9737d41fc75c7b4dc10a7bcc..cac88e1d28c15a1f92374ecd6468990905b71036 100644 (file)
@@ -105,7 +105,8 @@ trust, as it can be abused to change the internal workings of httpd.</p>
 
 <p>
 <code>mod_lua</code> provides a handler named <code>lua-script</code>,
-which can be used with an <code>AddHandler</code> directive:</p>
+which can be used with an <code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code>
+or <code class="directive"><a href="../mod/core.html#sethandler">SetHandler</a></code> directive:</p>
 
 <pre class="prettyprint lang-config">&lt;Files *.lua&gt;
     SetHandler lua-script .lua
index 256387f3df9de19764887585d64401c65a4b0cbc..8d5ba1a2654ceae2cade9c7c801d21227b741ab2 100644 (file)
@@ -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: 1570528:1576894 (outdated) -->
+<!-- English Revision: 1570528:1576897 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->