You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
508 B
32 lines
508 B
18 years ago
|
;;
|
||
|
;; suphp.conf -- suPHP configuration file
|
||
|
;;
|
||
|
|
||
|
[global]
|
||
|
webserver_user=@l_nusr@
|
||
|
|
||
|
check_vhost_docroot=true
|
||
|
docroot=/
|
||
|
;chroot=/my/chroot
|
||
|
|
||
|
errors_to_browser=false
|
||
|
|
||
|
logfile=@l_prefix@/var/apache/log/apache-suphp.log
|
||
|
loglevel=info
|
||
|
|
||
|
env_path=/bin:/usr/bin
|
||
|
|
||
|
umask=0077
|
||
|
min_uid=100
|
||
|
min_gid=100
|
||
|
|
||
|
allow_file_group_writeable=false
|
||
|
allow_file_others_writeable=false
|
||
|
allow_directory_group_writeable=false
|
||
|
allow_directory_others_writeable=false
|
||
|
|
||
|
[handlers]
|
||
|
x-httpd-php=php:@l_prefix@/cgi/php
|
||
|
x-suphp-cgi=execute:!self
|
||
|
|