summaryrefslogtreecommitdiffstats
path: root/network/mod_hosts_access/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/mod_hosts_access/README')
-rw-r--r--network/mod_hosts_access/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/mod_hosts_access/README b/network/mod_hosts_access/README
index 2486db84ec..2fab50ad9e 100644
--- a/network/mod_hosts_access/README
+++ b/network/mod_hosts_access/README
@@ -1,14 +1,14 @@
mod_hosts_access
This is a DSO (dynamically shared object) module for the Apache webserver
-that uses libwrap (TCP Wrapper) to check if the connecting hosts is allowed.
+that uses libwrap (TCP Wrappers) to check if the connecting hosts is allowed.
This system works well with dynamic blocking scripts, such as DenyHosts, and
configfile distribution systems, such as Cfengine. Especially if other blocking
methods differ between hosts at a site (e.g. kernel-level firewalling means).
-At an appropriate place (i.e. where other modules are loaded similarly),
-add to /etc/httpd/httpd.conf following line:
+You'll need to add the following line to /etc/httpd/httpd.conf:
+ Include /etc/httpd/mod_hosts_access.conf
LoadModule hosts_access_module lib/httpd/modules/mod_hosts_access.so