File: //etc/suphp.conf
[global]
logfile=/var/log/httpd/suphp_log
loglevel=info
webserver_user=apache
docroot=/
env_path=/bin:/usr/bin/php82/bin
umask=0077
min_uid=0
min_gid=0
; Security options
allow_file_group_writeable=true
allow_file_others_writeable=true
allow_directory_group_writeable=true
allow_directory_others_writeable=true
;Check wheter script is within DOCUMENT_ROOT
check_vhost_docroot=true
;Send minor error messages to browser
errors_to_browser=true
[handlers]
;Handler for php-scripts
;x-httpd-php="php:/usr/bin/php82/bin/php-cgi"
x-httpd-phpphp52w="php:/usr/bin/php52/bin/php-cgi"
x-httpd-phpphp53w="php:/usr/bin/php53/bin/php-cgi"
x-httpd-phpphp54w="php:/usr/bin/php54/bin/php-cgi"
x-httpd-phpphp55w="php:/usr/bin/php55/bin/php-cgi"
x-httpd-phpphp56w="php:/usr/bin/php56/bin/php-cgi"
x-httpd-phpphp70w="php:/usr/bin/php70/bin/php-cgi"
x-httpd-phpphp71w="php:/usr/bin/php71/bin/php-cgi"
x-httpd-phpphp72w="php:/usr/bin/php72/bin/php-cgi"
;Handler for CGI-scripts
;x-suphp-cgi=execute:"!self"