summaryrefslogtreecommitdiffstats
path: root/suphp/suphp.conf
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /suphp/suphp.conf
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'suphp/suphp.conf')
-rw-r--r--suphp/suphp.conf47
1 files changed, 0 insertions, 47 deletions
diff --git a/suphp/suphp.conf b/suphp/suphp.conf
deleted file mode 100644
index a4c6cdf..0000000
--- a/suphp/suphp.conf
+++ /dev/null
@@ -1,47 +0,0 @@
-[global]
-;Path to logfile
-logfile=/var/log/suphp.log
-
-;Loglevel
-loglevel=info
-
-;User Apache is running as
-webserver_user=http
-
-;Path all scripts have to be in
-docroot=/var/www:${HOME}/public_html:/srv/http
-
-;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=false
-
-;Send minor error messages to browser
-errors_to_browser=true
-
-;PATH environment variable
-env_path=/bin:/usr/bin
-
-;Umask to set, specify in octal notation
-umask=0077
-
-; Minimum UID
-min_uid=33
-
-; Minimum GID
-min_gid=33
-
-
-[handlers]
-;Handler for php-scripts
-x-httpd-php="php:/usr/bin/php-cgi"
-
-;Handler for CGI-scripts
-x-suphp-cgi="execute:!self"