blob: 456109bc1e1f8125ee53a53234852c9ef87ec066 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
--- doc/suphp.conf-example.orig 2005-11-26 11:29:02.000000000 -0800
+++ doc/suphp.conf-example 2007-12-12 09:21:02.000000000 -0800
@@ -6,7 +6,7 @@
loglevel=info
;User Apache is running as
-webserver_user=wwwrun
+webserver_user=www
;Path all scripts have to be in
docroot=/
@@ -33,15 +33,15 @@
umask=0077
; Minimum UID
-min_uid=100
+min_uid=80
; Minimum GID
-min_gid=100
+min_gid=80
[handlers]
;Handler for php-scripts
-x-httpd-php=php:/usr/bin/php
+application/x-httpd-php=php:/usr/local/bin/php-cgi
;Handler for CGI-scripts
x-suphp-cgi=execute:!self
|