summaryrefslogtreecommitdiff
path: root/docs/manual/developer/lua.html.en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/developer/lua.html.en')
-rw-r--r--docs/manual/developer/lua.html.en18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/manual/developer/lua.html.en b/docs/manual/developer/lua.html.en
index e4c7878e76..ae0844c9c5 100644
--- a/docs/manual/developer/lua.html.en
+++ b/docs/manual/developer/lua.html.en
@@ -41,7 +41,7 @@
</ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_lua.html">mod_lua</a></li><li><a href="modguide.html">Developing modules for Apache 2.4</a></li><li><a href="request.html">Request Processing in Apache 2.4</a></li><li><a href="hooks.html">Apache 2.x Hook Functions</a></li><li><a href="#comments_section">Comments</a></li></ul></div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
-<h2><a name="introduction" id="introduction">Introduction</a></h2>
+<h2><a name="introduction" id="introduction">Introduction</a><a title="Permanent link" href="#introduction" class="permalink">&para;</a></h2>
<h3><a name="what" id="what">What is mod_lua</a></h3>
<p>
Stuff about what <code class="module"><a href="../mod/mod_lua.html">mod_lua</a></code> is goes here.
@@ -70,7 +70,7 @@ and whys of various function calls.
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
-<h2><a name="enabling" id="enabling">Optimizing mod_lua for production servers</a></h2>
+<h2><a name="enabling" id="enabling">Optimizing mod_lua for production servers</a><a title="Permanent link" href="#enabling" class="permalink">&para;</a></h2>
<h3>Setting a scope for Lua states</h3>
<p>
@@ -151,7 +151,7 @@ end</pre>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
-<h2><a name="basic_remap" id="basic_remap">Example 1: A basic remapping module</a></h2>
+<h2><a name="basic_remap" id="basic_remap">Example 1: A basic remapping module</a><a title="Permanent link" href="#basic_remap" class="permalink">&para;</a></h2>
<p>
These first examples show how mod_lua can be used to rewrite URIs in the same
way that one could do using <code class="directive"><a href="../mod/mod_alias.html#alias">Alias</a></code> or
@@ -239,7 +239,7 @@ bla bla
</p>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
-<h2><a name="mass_vhost" id="mass_vhost">Example 2: Mass virtual hosting</a></h2>
+<h2><a name="mass_vhost" id="mass_vhost">Example 2: Mass virtual hosting</a><a title="Permanent link" href="#mass_vhost" class="permalink">&para;</a></h2>
<p>
As with simple and advanced rewriting, you can use mod_lua for dynamically
assigning a hostname to a specific document root, much like
@@ -336,7 +336,7 @@ end</pre>
</p>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
-<h2><a name="basic_auth" id="basic_auth">Example 3: A basic authorization hook</a></h2>
+<h2><a name="basic_auth" id="basic_auth">Example 3: A basic authorization hook</a><a title="Permanent link" href="#basic_auth" class="permalink">&para;</a></h2>
<p>
With the authorization hooks, you can add custom auth phases to your request
processing, allowing you to either add new requirements that were not previously
@@ -450,7 +450,7 @@ end</pre>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
-<h2><a name="authz" id="authz">Example 4: Authorization using LuaAuthzProvider</a></h2>
+<h2><a name="authz" id="authz">Example 4: Authorization using LuaAuthzProvider</a><a title="Permanent link" href="#authz" class="permalink">&para;</a></h2>
<p>
If you require even more advanced control over your authorization phases,
you can add custom authz providers to help you manage your server. The
@@ -497,7 +497,7 @@ end</pre>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
-<h2><a name="loadbalancing" id="loadbalancing">Example 5: A rudimentary load balancer</a></h2>
+<h2><a name="loadbalancing" id="loadbalancing">Example 5: A rudimentary load balancer</a><a title="Permanent link" href="#loadbalancing" class="permalink">&para;</a></h2>
<p>
This is an example of how you can create a load balancing mechanism.
In this example, we will be setting/getting the number of requests served
@@ -548,7 +548,7 @@ end</pre>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
-<h2><a name="map_handler" id="map_handler">Example 6: Overlays using LuaMapHandler</a></h2>
+<h2><a name="map_handler" id="map_handler">Example 6: Overlays using LuaMapHandler</a><a title="Permanent link" href="#map_handler" class="permalink">&para;</a></h2>
<p>
Coming soon!
</p>
@@ -556,7 +556,7 @@ Coming soon!
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
-<h2><a name="mod_status_lua" id="mod_status_lua">Example 6: Basic Lua scripts</a></h2>
+<h2><a name="mod_status_lua" id="mod_status_lua">Example 6: Basic Lua scripts</a><a title="Permanent link" href="#mod_status_lua" class="permalink">&para;</a></h2>
<p>
Also coming soon
</p>