summaryrefslogtreecommitdiffstats
path: root/network/mod_chroot/README
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2011-02-13 17:24:24 -0600
committer Robby Workman <rworkman@slackbuilds.org>2011-02-28 09:42:02 -0600
commit8fd9de9fe5005c1a176c5a3fe7c70e0defcf86b2 (patch)
tree02abba3aa2686c78813684713e7fd3273be6380b /network/mod_chroot/README
parentb59d7ba6b60c8bac16f18c33c04144c40b5fcede (diff)
downloadslackbuilds-8fd9de9fe5005c1a176c5a3fe7c70e0defcf86b2.tar.gz
slackbuilds-8fd9de9fe5005c1a176c5a3fe7c70e0defcf86b2.tar.xz
network/mod_chroot: Install config file to /etc/httpd/extra/
(instead of toplevel /etc/httpd/) Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/mod_chroot/README')
-rw-r--r--network/mod_chroot/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/mod_chroot/README b/network/mod_chroot/README
index 5495f1ba29..80654c156d 100644
--- a/network/mod_chroot/README
+++ b/network/mod_chroot/README
@@ -9,7 +9,7 @@ as suEXEC or suPHP, is being used, or system()-like functions are in use.
This package pre-creates /var/chroot/httpd with just enough subdirs to enable
the stock Slackware config to run. You'll need to add the following line to
your /etc/httpd/httpd.conf file:
- Include /etc/httpd/mod_chroot.conf
+ Include /etc/httpd/extra/mod_chroot.conf
You'll also need to add the following lines to your /etc/fstab file:
/var/run/httpd /var/chroot/httpd/var/run/httpd none bind