From 2a463b3cd73c32ee9dcd508248d0194923f435f4 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sat, 29 Mar 2014 21:56:19 +0100 Subject: Imported Upstream version 2.4.9 --- docs/manual/mod/mod_example.html.en | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'docs/manual/mod/mod_example.html.en') diff --git a/docs/manual/mod/mod_example.html.en b/docs/manual/mod/mod_example.html.en index 0f40dd4c..b12cfb3e 100644 --- a/docs/manual/mod/mod_example.html.en +++ b/docs/manual/mod/mod_example.html.en @@ -9,7 +9,7 @@ - @@ -114,18 +114,14 @@

To activate the example module, include a block similar to the following in your httpd.conf file:

-
-<Location /example-info>
+
<Location /example-info>
    SetHandler example-handler
-</Location>
-
+</Location>

As an alternative, you can put the following into a .htaccess file and then request the file "test.example" from that location:

-
-   AddHandler example-handler .example
-
+
AddHandler example-handler .example

After reloading/restarting your server, you should be able @@ -175,7 +171,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_example.html } })(window, document); //-->