]> git.pld-linux.org Git - packages/apache-mod_suphp.git/commitdiff
- internal config file for mod_suphp
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 30 Jan 2006 12:41:38 +0000 (12:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_suphp-suphp.conf -> 1.1

apache-mod_suphp-suphp.conf [new file with mode: 0644]

diff --git a/apache-mod_suphp-suphp.conf b/apache-mod_suphp-suphp.conf
new file mode 100644 (file)
index 0000000..eb61cbd
--- /dev/null
@@ -0,0 +1,47 @@
+[global]
+;Path to logfile
+logfile=/var/log/httpd/suphp_log
+
+;Loglevel
+loglevel=info
+
+;User Apache is running as
+webserver_user=http
+
+;Path all scripts have to be in
+docroot=/
+
+;Path to chroot() to before executing script
+;chroot=/mychroot
+
+; Security options
+allow_file_group_writeable=false
+allow_file_others_writeable=false
+allow_directory_group_writeable=false
+allow_directory_others_writeable=false
+
+;Check wheter script is within DOCUMENT_ROOT
+check_vhost_docroot=true
+
+;Send minor error messages to browser
+errors_to_browser=false
+
+;PATH environment variable
+env_path=/bin:/usr/bin
+
+;Umask to set, specify in octal notation
+umask=0077
+
+; Minimum UID
+min_uid=500
+
+; Minimum GID
+min_gid=1000
+
+
+[handlers]
+;Handler for php-scripts
+x-httpd-php=php:/usr/bin/php.cgi
+
+;Handler for CGI-scripts
+x-suphp-cgi=execute:!self
This page took 0.056822 seconds and 4 git commands to generate.