summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-13 23:09:30 +0100
committer B. Watson2022-03-13 23:09:30 +0100
commit2dba874f2af952a00d0d0a37bd1a029a71b157dd (patch)
tree0d5ea458ff8b899c929b86d11c5bfa5c2ca9b03f
parentbbb328699adf2ee478f00bf401e69da283915b96 (diff)
downloadslackbuilds-2dba874f2af952a00d0d0a37bd1a029a71b157dd.tar.gz
network/mod_chroot: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--network/mod_chroot/README20
1 files changed, 11 insertions, 9 deletions
diff --git a/network/mod_chroot/README b/network/mod_chroot/README
index 80654c156d..dba3cb39f7 100644
--- a/network/mod_chroot/README
+++ b/network/mod_chroot/README
@@ -1,14 +1,16 @@
-mod_chroot allows you to run Apache in a chroot jail with no additional files.
-This makes running Apache in a chroot environment easy.
+mod_chroot allows you to run Apache in a chroot jail with no
+additional files. This makes running Apache in a chroot environment
+easy.
-The chroot() system call is performed at the end of startup procedure - when
-all libraries are loaded and log files open. No need for a special directory
-hierarchy (containing /dev, /lib, /etc...), unless an external handler, such
-as suEXEC or suPHP, is being used, or system()-like functions are in use.
+The chroot() system call is performed at the end of startup procedure
+- when all libraries are loaded and log files open. No need for
+a special directory hierarchy (containing /dev, /lib, /etc...),
+unless an external handler, such 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:
+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/extra/mod_chroot.conf
You'll also need to add the following lines to your /etc/fstab file: