]> git.pld-linux.org Git - packages/apache1-mod_suphp.git/blame - apache1-mod_suphp-suphp.conf
- use apache1(EAPI) for runtime dep
[packages/apache1-mod_suphp.git] / apache1-mod_suphp-suphp.conf
CommitLineData
4c10380f
JB
1[global]
2;Path to logfile
3logfile=/var/log/apache/suphp_log
4
5;Loglevel
6loglevel=info
7
8;User Apache is running as
9webserver_user=http
10
11;Path all scripts have to be in
12docroot=/
13
14;Path to chroot() to before executing script
15;chroot=/mychroot
16
17; Security options
18allow_file_group_writeable=false
19allow_file_others_writeable=false
20allow_directory_group_writeable=false
21allow_directory_others_writeable=false
22
23;Check wheter script is within DOCUMENT_ROOT
24check_vhost_docroot=false
25
26;Send minor error messages to browser
27errors_to_browser=false
28
29;PATH environment variable
30env_path=/bin:/usr/bin
31
32;Umask to set, specify in octal notation
33umask=0077
34
35; Minimum UID
36min_uid=500
37
38; Minimum GID
39min_gid=1000
40
41
42[handlers]
43;Handler for php-scripts
44x-httpd-php=php:/usr/bin/php.cgi
45
46;Handler for CGI-scripts
47x-suphp-cgi=execute:!self
This page took 0.036688 seconds and 4 git commands to generate.