Author: baggins Date: Mon Jan 30 12:41:43 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - internal config file for mod_suphp
---- Files affected: SOURCES: apache-mod_suphp-suphp.conf (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/apache-mod_suphp-suphp.conf diff -u /dev/null SOURCES/apache-mod_suphp-suphp.conf:1.1 --- /dev/null Mon Jan 30 13:41:43 2006 +++ SOURCES/apache-mod_suphp-suphp.conf Mon Jan 30 13:41:38 2006 @@ -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 ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
