summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_example.html.en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/mod/mod_example.html.en')
-rw-r--r--docs/manual/mod/mod_example.html.en10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/manual/mod/mod_example.html.en b/docs/manual/mod/mod_example.html.en
index 06136b58b0..9e61283090 100644
--- a/docs/manual/mod/mod_example.html.en
+++ b/docs/manual/mod/mod_example.html.en
@@ -114,18 +114,14 @@
<p>To activate the example module, include a block similar to
the following in your <code>httpd.conf</code> file:</p>
-<pre class="prettyprint lang-config">
-&lt;Location /example-info&gt;
+<pre class="prettyprint lang-config">&lt;Location /example-info&gt;
SetHandler example-handler
-&lt;/Location&gt;
-</pre>
+&lt;/Location&gt;</pre>
<p>As an alternative, you can put the following into a <a href="core.html#accessfilename"><code>.htaccess</code></a> file
and then request the file "test.example" from that location:</p>
-<pre class="prettyprint lang-config">
- AddHandler example-handler .example
-</pre>
+<pre class="prettyprint lang-config"> AddHandler example-handler .example</pre>
<p>After reloading/restarting your server, you should be able