diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 02:59:17 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 02:59:17 -0400 |
commit | bea3ff320b3500c78dc3c1052d4c4349853cdfa3 (patch) | |
tree | 14bd9e94740998123d5c9f41d8456e7a1b78841f /network/mod_ruid2 | |
parent | aa6c6d3d8556e921b201db47613da5c652bbcf48 (diff) |
network/mod_ruid2: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/mod_ruid2')
-rw-r--r-- | network/mod_ruid2/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/network/mod_ruid2/README b/network/mod_ruid2/README index ba1533a35e47..58213efbc786 100644 --- a/network/mod_ruid2/README +++ b/network/mod_ruid2/README @@ -1,9 +1,10 @@ -mod_ruid2 is a suexec module for apache which takes advantage of POSIX.1e -capabilities to increase performance. +mod_ruid2 is a suexec module for apache which takes advantage of +POSIX.1e capabilities to increase performance. -You'll need to add the following line to your /etc/httpd/httpd.conf file: +You'll need to add the following line to your /etc/httpd/httpd.conf +file: Include /etc/httpd/extra/mod_ruid2.conf -Also, make sure you edit and understand mod_ruid2 configuration completly -before using it. +Also, make sure you edit and understand mod_ruid2 configuration +completly before using it. |