summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjfesler <jfesler@gigo.com>2014-04-05 19:15:14 -0700
committerjfesler <jfesler@gigo.com>2014-04-05 19:15:14 -0700
commit1eb61f3171f2cd81d741f8f31ef62beda778e942 (patch)
treebfdf9ba9475dfa2b302394406fbc5070bda706b1 /README.md
parent2760f9529c8db67cb80f12b35d57ca7286aabd17 (diff)
downloadmod_ip-1eb61f3171f2cd81d741f8f31ef62beda778e942.tar.gz
mod_ip-1eb61f3171f2cd81d741f8f31ef62beda778e942.zip
Update README.md
Clarifying the Apache config
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index e6c4507..e360e35 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-
# mod_ip
Apache module to report IP address to web clients as a JSON response
@@ -50,14 +49,11 @@ LoadModule mod_ip_module libexec/apache22/mod_ip.so
Even on platforms were activation was automatic, configuration was not.
You'll need to explicitly enable mod_ip for the paths you want it in.
-For the falling-sky project, we outline it below:
+ * If you're installing falling-sky, go back to the install instructions.
+ * If you're installing mod_ip for another project, do something like this:
-If you're using this as part of [[Falling-Sky|https://github.com/falling-sky/source/wiki]],
-you can skip this part; instead follow the Falling-Sky installation instructions.
-If you are using this module for another project, you'll need to configure Apache
-to actually use this module for specific paths. Something perhaps like this:
```ApacheConfig
<VirtualHost test-ipv6.com>