add php
This commit is contained in:
parent
4c139050f3
commit
b169e84449
12 changed files with 11761 additions and 0 deletions
20
dot_config/php/71/fpm/php-fpm.conf
Normal file
20
dot_config/php/71/fpm/php-fpm.conf
Normal file
|
@ -0,0 +1,20 @@
|
|||
[global]
|
||||
error_log = /tmp/php71-fpm.error.log
|
||||
daemonize = no
|
||||
|
||||
[www]
|
||||
listen = 127.0.0.1:9071
|
||||
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
access.log = /dev/stdout
|
||||
request_terminate_timeout = 0
|
||||
|
||||
php_admin_value[error_log] = /dev/stderr
|
||||
;php_admin_flag[log_errors] = on
|
||||
;php_admin_value[memory_limit] = 32M
|
||||
php_admin_value[sendmail_path] = /home/sogun/bin/pipemail
|
||||
php_admin_value[sys_temp_dir] = /home/sogun/jopixel/webserver/temp
|
1952
dot_config/php/71/php.ini
Normal file
1952
dot_config/php/71/php.ini
Normal file
File diff suppressed because it is too large
Load diff
26
dot_config/php/72/fpm/php-fpm.conf
Normal file
26
dot_config/php/72/fpm/php-fpm.conf
Normal file
|
@ -0,0 +1,26 @@
|
|||
[global]
|
||||
error_log = /proc/self/fd/2
|
||||
daemonize = no
|
||||
|
||||
[www]
|
||||
listen = 127.0.0.1:9072
|
||||
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
|
||||
pm.status_path = /fpm-status
|
||||
|
||||
access.log = /proc/self/fd/2
|
||||
access.format = "%R - %u %t \"%m %r\" %s %d"
|
||||
request_terminate_timeout = 0
|
||||
|
||||
catch_workers_output = yes
|
||||
|
||||
php_admin_value[error_log] = /dev/stderr
|
||||
;php_admin_flag[log_errors] = on
|
||||
;php_admin_value[memory_limit] = 32M
|
||||
php_admin_value[sendmail_path] = /home/sogun/bin/pipemail
|
||||
php_admin_value[sys_temp_dir] = /home/sogun/jopixel/webserver/temp
|
1907
dot_config/php/72/php.ini
Normal file
1907
dot_config/php/72/php.ini
Normal file
File diff suppressed because it is too large
Load diff
20
dot_config/php/73/fpm/php-fpm.conf
Normal file
20
dot_config/php/73/fpm/php-fpm.conf
Normal file
|
@ -0,0 +1,20 @@
|
|||
[global]
|
||||
error_log = /tmp/php73-fpm.error.log
|
||||
daemonize = no
|
||||
|
||||
[www]
|
||||
listen = 127.0.0.1:9073
|
||||
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
access.log = /dev/stdout
|
||||
request_terminate_timeout = 0
|
||||
|
||||
php_admin_value[error_log] = /dev/stderr
|
||||
;php_admin_flag[log_errors] = on
|
||||
;php_admin_value[memory_limit] = 32M
|
||||
php_admin_value[sendmail_path] = /home/sogun/bin/pipemail
|
||||
php_admin_value[sys_temp_dir] = /home/sogun/jopixel/webserver/temp
|
1942
dot_config/php/73/php.ini
Normal file
1942
dot_config/php/73/php.ini
Normal file
File diff suppressed because it is too large
Load diff
26
dot_config/php/74/fpm/php-fpm.conf
Normal file
26
dot_config/php/74/fpm/php-fpm.conf
Normal file
|
@ -0,0 +1,26 @@
|
|||
[global]
|
||||
error_log = /proc/self/fd/2
|
||||
daemonize = no
|
||||
|
||||
[www]
|
||||
listen = 127.0.0.1:9074
|
||||
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
|
||||
pm.status_path = /fpm-status
|
||||
|
||||
access.log = /proc/self/fd/2
|
||||
access.format = "%R - %u %t \"%m %r\" %s %d"
|
||||
request_terminate_timeout = 0
|
||||
|
||||
catch_workers_output = yes
|
||||
|
||||
php_admin_value[error_log] = /dev/stderr
|
||||
;php_admin_flag[log_errors] = on
|
||||
;php_admin_value[memory_limit] = 32M
|
||||
php_admin_value[sendmail_path] = /home/sogun/bin/pipemail
|
||||
php_admin_value[sys_temp_dir] = /home/sogun/jopixel/webserver/temp
|
1935
dot_config/php/74/php.ini
Normal file
1935
dot_config/php/74/php.ini
Normal file
File diff suppressed because it is too large
Load diff
26
dot_config/php/80/fpm/php-fpm.conf
Normal file
26
dot_config/php/80/fpm/php-fpm.conf
Normal file
|
@ -0,0 +1,26 @@
|
|||
[global]
|
||||
error_log = /tmp/php80-fpm.error.log
|
||||
daemonize = no
|
||||
|
||||
[www]
|
||||
listen = 127.0.0.1:9080
|
||||
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
|
||||
pm.status_path = /fpm-status
|
||||
|
||||
access.log = /dev/stdout
|
||||
access.format = "%R - %u %t \"%m %r\" %s %d"
|
||||
request_terminate_timeout = 0
|
||||
|
||||
catch_workers_output = yes
|
||||
|
||||
php_admin_value[error_log] = /dev/stderr
|
||||
;php_admin_flag[log_errors] = on
|
||||
;php_admin_value[memory_limit] = 32M
|
||||
php_admin_value[sendmail_path] = /home/sogun/bin/pipemail
|
||||
php_admin_value[sys_temp_dir] = /home/sogun/jopixel/webserver/temp
|
1936
dot_config/php/80/php.ini
Normal file
1936
dot_config/php/80/php.ini
Normal file
File diff suppressed because it is too large
Load diff
26
dot_config/php/81/fpm/php-fpm.conf
Normal file
26
dot_config/php/81/fpm/php-fpm.conf
Normal file
|
@ -0,0 +1,26 @@
|
|||
[global]
|
||||
error_log = /proc/self/fd/2
|
||||
daemonize = no
|
||||
|
||||
[www]
|
||||
listen = 127.0.0.1:9081
|
||||
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
|
||||
pm.status_path = /fpm-status
|
||||
|
||||
access.log = /proc/self/fd/2
|
||||
access.format = "%R - %u %t \"%m %r\" %s %d"
|
||||
request_terminate_timeout = 0
|
||||
|
||||
catch_workers_output = yes
|
||||
|
||||
php_admin_value[error_log] = /dev/stderr
|
||||
;php_admin_flag[log_errors] = on
|
||||
;php_admin_value[memory_limit] = 32M
|
||||
php_admin_value[sendmail_path] = /home/sogun/bin/pipemail
|
||||
php_admin_value[sys_temp_dir] = /home/sogun/jopixel/webserver/temp
|
1945
dot_config/php/81/php.ini
Normal file
1945
dot_config/php/81/php.ini
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue