| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/www/suphp/files/ |
Upload File : |
--- doc/suphp.conf-example.orig 2011-03-13 17:52:24 UTC
+++ doc/suphp.conf-example
@@ -6,10 +6,10 @@ logfile=/var/log/suphp.log
loglevel=info
;User Apache is running as
-webserver_user=wwwrun
+webserver_user=www
;Path all scripts have to be in
-docroot=/var/www:${HOME}/public_html
+docroot=/usr/local/www/*:${HOME}/public_html
;Path to chroot() to before executing script
;chroot=/mychroot
@@ -33,15 +33,15 @@ env_path="/bin:/usr/bin"
umask=0077
; Minimum UID
-min_uid=100
+min_uid=80
; Minimum GID
-min_gid=100
+min_gid=80
[handlers]
;Handler for php-scripts
-x-httpd-php="php:/usr/bin/php"
+application/x-httpd-php="php:/usr/local/bin/php-cgi"
;Handler for CGI-scripts
x-suphp-cgi="execute:!self"