HEX
Server: Apache
System: Linux server3230.server-vps.com 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64
User: lzgqnjwu (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //etc/brainy/bridges/mod_suphp.conf
[global]
logfile=/var/log/httpd/suphp_log
loglevel=info
webserver_user=apache
docroot=/
env_path=/bin:{$php_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:{$php_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"