1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-03-09 15:40:18 +00:00

first commit

This commit is contained in:
thomas.guiseppin 2017-10-21 22:04:42 +02:00
commit 5352a2b94a
396 changed files with 10008 additions and 0 deletions

View file

View file

@ -0,0 +1 @@
../../mods-available/opcache.ini

View file

@ -0,0 +1 @@
../../mods-available/pdo.ini

View file

@ -0,0 +1 @@
../../mods-available/curl.ini

View file

@ -0,0 +1 @@
../../mods-available/gd.ini

View file

@ -0,0 +1 @@
../../mods-available/intl.ini

View file

@ -0,0 +1 @@
../../mods-available/json.ini

View file

@ -0,0 +1 @@
../../mods-available/mcrypt.ini

View file

@ -0,0 +1 @@
../../mods-available/mysql.ini

View file

@ -0,0 +1 @@
../../mods-available/mysqli.ini

View file

@ -0,0 +1 @@
../../mods-available/pdo_mysql.ini

View file

View file

@ -0,0 +1,18 @@
;;;;;;;;;;;;;;;;;;;;;
; FPM Configuration ;
;;;;;;;;;;;;;;;;;;;;;
[global]
pid = /run/php5-fpm.pid
error_log = /var/log/php5-fpm.log
log_level = error
emergency_restart_threshold = 0
emergency_restart_interval = 0
process_control_timeout = 0
daemonize = yes
;;;;;;;;;;;;;;;;;;;;
; Pool Definitions ;
;;;;;;;;;;;;;;;;;;;;
include=/etc/php5/fpm/pool.d/*.conf

View file

@ -0,0 +1,17 @@
allow_url_fopen = Off
allow_url_include = Off
apc.enable_cli = 0
apc.enabled = 0
apc.shm_size = 64M
date.timezone = Europe/Paris
disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority
display_errors = Off
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
expose_php = Off
memory_limit = 128M
opcache.enable_cli = 0
opcache.enabled = 1
opcache.memory_consumption = 64
post_max_size = 8M
session.save_handler = memcache
session.save_path = tcp://127.0.0.1:11211

View file

View file

@ -0,0 +1,27 @@
[www]
user = www-data
group = www-data
listen = /var/run/php-www.sock
listen.owner = www-data
listen.group = www-data
listen.mode = 0660
pm = dynamic
pm.start_servers = 5
pm.min_spare_servers = 5
pm.max_spare_servers = 35
pm.max_children = 50
pm.max_requests = 200
pm.status_path = /fpm-status
ping.path = /ping
ping.response = pong
request_slowlog_timeout = 0
request_terminate_timeout = 0
catch_workers_output = yes