-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95ecba3
commit b6cc899
Showing
12 changed files
with
47 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -229,7 +229,7 @@ pm.max_spare_servers = 3 | |
; last request memory: 0 | ||
; | ||
; Note: There is a real-time FPM status monitoring sample web page available | ||
; It's available in: /usr/share/php82/fpm/status.html | ||
; It's available in: /usr/share/php83/fpm/status.html | ||
; | ||
; Note: The value must start with a leading slash (/). The value can be | ||
; anything, but it may not be a good idea to use the .php extension or it | ||
|
@@ -256,7 +256,7 @@ pm.status_path = /status | |
|
||
; The access log file | ||
; Default: not set | ||
;access.log = log/php82/$pool.access.log | ||
;access.log = log/php83/$pool.access.log | ||
|
||
; The access log format. | ||
; The following syntax is allowed | ||
|
@@ -320,7 +320,7 @@ pm.status_path = /status | |
; The log file for slow requests | ||
; Default Value: not set | ||
; Note: slowlog is mandatory if request_slowlog_timeout is set | ||
;slowlog = log/php82/$pool.slow.log | ||
;slowlog = log/php83/$pool.slow.log | ||
|
||
; The timeout for serving a single request after which a PHP backtrace will be | ||
; dumped to the 'slowlog' file. A value of '0s' means 'off'. | ||
|
@@ -401,7 +401,7 @@ clear_env = yes | |
; execute php code. | ||
; Note: set an empty value to allow all extensions. | ||
; Default Value: .php | ||
;security.limit_extensions = .php .php3 .php4 .php5 .php82 | ||
;security.limit_extensions = .php .php3 .php4 .php5 .php83 | ||
|
||
; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from | ||
; the current environment. | ||
|
@@ -433,6 +433,6 @@ clear_env = yes | |
; specified at startup with the -d argument | ||
;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f [email protected] | ||
;php_flag[display_errors] = off | ||
;php_admin_value[error_log] = /var/log/php82/$pool.error.log | ||
;php_admin_value[error_log] = /var/log/php83/$pool.error.log | ||
;php_admin_flag[log_errors] = on | ||
;php_admin_value[memory_limit] = 32M |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters