summaryrefslogtreecommitdiff
path: root/network/mod_hosts_access/README
diff options
context:
space:
mode:
authorMenno E. Duursma <druiloor@zonnet.nl>2010-05-13 00:37:16 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-13 00:37:16 +0200
commit46e038ecd35e767749e11ad8362446cea38758ad (patch)
treef76c4290d914a27b8bfaccf4d31bccc40fc4d72f /network/mod_hosts_access/README
parent8900f695e50fd4af41fc9cfbdbf821ee8a2b29ef (diff)
downloadslackbuilds-46e038ecd35e767749e11ad8362446cea38758ad.tar.gz
network/mod_hosts_access: Updated for version 1.1.0
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