summaryrefslogtreecommitdiffstats
path: root/network/suphp/README
diff options
context:
space:
mode:
author Menno Duursma <druiloor@zonnet.nl>2010-05-11 19:46:03 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-11 19:46:03 +0200
commit4e84f3cb9a395b4b118d9af2385dd89901cf3378 (patch)
tree203acc03527aca404cef3ec83f682e1ca4451965 /network/suphp/README
parentd0d06bee043fb0b5099627b5e3de8872effecbc0 (diff)
downloadslackbuilds-4e84f3cb9a395b4b118d9af2385dd89901cf3378.tar.gz
slackbuilds-4e84f3cb9a395b4b118d9af2385dd89901cf3378.tar.xz
network/suphp: Updated for version 0.6.2
Diffstat (limited to 'network/suphp/README')
-rw-r--r--network/suphp/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/network/suphp/README b/network/suphp/README
index 14cce5e792..e1e4bb9c6b 100644
--- a/network/suphp/README
+++ b/network/suphp/README
@@ -3,15 +3,15 @@ owners. It consists of an Apache module (mod_suphp) and a setuid root
binary (suphp) that is called by the Apache module to change the uid of
the process executing the PHP interpreter.
-This version was compiled to look for its config-file in /etc/apache
+This version was compiled to look for its config-file in /etc/httpd
rather then just /etc as 'httpd' looks there aswell.
-Some of the 'standard' /etc/apache/httpd.conf directives include:
+Some of the 'standard' /etc/httpd/httpd.conf directives include:
- LoadModule suphp_module /usr/libexec/apache/mod_suphp.so
+ LoadModule suphp_module /usr/lib/httpd/modules/mod_suphp.so
suPHP_Engine on
AddHandler x-httpd-php .php
- suPHP_AddHandler x-httpd-php
+ suPHP_AddHandler x-httpd-php
suPHP_UserGroup someuser users
To use different php versions 'per vhost' see: