From 5c4fba3ffbe778bdffe10a93d04821579601a020 Mon Sep 17 00:00:00 2001 From: Arno Töll Date: Sat, 20 Oct 2012 02:58:14 +0200 Subject: Imported Upstream version 2.4.3 --- docs/manual/mod/mod_example.html.en | 50 ++++++++++++++++++++++++++++--------- 1 file changed, 38 insertions(+), 12 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 64b3ad47..579f65b4 100644 --- a/docs/manual/mod/mod_example.html.en +++ b/docs/manual/mod/mod_example.html.en @@ -8,11 +8,14 @@ mod_example - Apache HTTP Server - + + +
<-
@@ -54,7 +57,7 @@ +
top

Compiling the example module

@@ -110,17 +113,19 @@

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

-

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

+
+<Location /example-info>
+   SetHandler example-handler
+</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
-

+ +

After reloading/restarting your server, you should be able to browse to this location and see the brief display mentioned @@ -150,7 +155,28 @@ API

Available Languages:  en  |  ko 

-
top

Comments

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.
+
+
\ No newline at end of file -- cgit v1.2.3