Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:13ilya:php73
php73
php-fpm-conf.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File php-fpm-conf.patch of Package php73
diff -Pdpru php-7.3.33.orig/sapi/fpm/php-fpm.conf.in php-7.3.33/sapi/fpm/php-fpm.conf.in --- php-7.3.33.orig/sapi/fpm/php-fpm.conf.in 2021-11-16 14:18:29.000000000 +0300 +++ php-7.3.33/sapi/fpm/php-fpm.conf.in 2024-07-16 10:49:30.528345206 +0300 @@ -21,7 +21,7 @@ ; into a local file. ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@ ; Default Value: log/php-fpm.log -;error_log = log/php-fpm.log +error_log = log/php-fpm@program_suffix@.log ; syslog_facility is used to specify what type of program is logging the ; message. This lets syslogd specify that messages from different facilities @@ -39,7 +39,7 @@ ; Log level ; Possible Values: alert, error, warning, notice, debug ; Default Value: notice -;log_level = notice +log_level = warning ; Log limit on number of characters in the single line (log entry). If the ; line is over the limit, it is wrapped on multiple lines. The limit is for diff -Pdpru php-7.3.33.orig/sapi/fpm/www.conf.in php-7.3.33/sapi/fpm/www.conf.in --- php-7.3.33.orig/sapi/fpm/www.conf.in 2021-11-16 14:18:29.000000000 +0300 +++ php-7.3.33/sapi/fpm/www.conf.in 2024-07-16 10:47:25.429161318 +0300 @@ -33,7 +33,7 @@ group = @php_fpm_group@ ; (IPv6 and IPv4-mapped) on a specific port; ; '/path/to/unix/socket' - to listen on a unix socket. ; Note: This value is mandatory. -listen = 127.0.0.1:9000 +listen = /run/php-fpm@program_suffix@.sock ; Set listen(2) backlog. ; Default Value: 511 (-1 on FreeBSD and OpenBSD) @@ -44,9 +44,9 @@ listen = 127.0.0.1:9000 ; BSD-derived systems allow connections regardless of permissions. ; Default Values: user and group are set as the running user ; mode is set to 0660 -;listen.owner = @php_fpm_user@ -;listen.group = @php_fpm_group@ -;listen.mode = 0660 +listen.owner = nginx +listen.group = nginx +listen.mode = 0600 ; When POSIX Access Control Lists are supported you can set them using ; these options, value is a comma separated list of user/group names. ; When set, listen.owner and listen.group are ignored @@ -401,7 +401,7 @@ pm.max_spare_servers = 3 ; execute php code. ; Note: set an empty value to allow all extensions. ; Default Value: .php -;security.limit_extensions = .php .php3 .php4 .php5 .php7 +security.limit_extensions = .php ; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from ; the current environment.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor