Fitur PHP FPM cPanel WHM 60.x


Status
Not open for further replies.

pangeran1995

Hosting Guru
Gk ada yang diaktifkan kok.
Secara default, PHP FPM itu enable.

Ketika saya cek di Service Status, PHP FPM ada dibagian paling atas dengan tanda merah (Down) :doh:

Mau diaktifkan/tidak pada sebuah akun cp, tetap masuk dalam list Service Status.
coba buktikan.
bukannya list service status itu untuk login cpanel ya bukan buat website si client ?
 

pedagang

Hosting Guru
berhubung lagi membahas php-fpm, barangkali ada yang berkenan menerjemahkan teks di bawah ini ke dalam bahasa awam, terutama berkaitan penentuan jumlah "pm.max_children" dan seterusnya
Code:
; Choose how the process manager will control the number of child processes.
; Possible Values:
;   static  - a fixed number (pm.max_children) of child processes;
;   dynamic - the number of child processes are set dynamically based on the
;             following directives. With this process management, there will be
;             always at least 1 children.
;             pm.max_children      - the maximum number of children that can
;                                    be alive at the same time.
;             pm.start_servers     - the number of children created on startup.
;             pm.min_spare_servers - the minimum number of children in 'idle'
;                                    state (waiting to process). If the number
;                                    of 'idle' processes is less than this
;                                    number then some children will be created.
;             pm.max_spare_servers - the maximum number of children in 'idle'
;                                    state (waiting to process). If the number
;                                    of 'idle' processes is greater than this
;                                    number then some children will be killed.
;  ondemand - no children are created at startup. Children will be forked when
;             new requests will connect. The following parameter are used:
;             pm.max_children           - the maximum number of children that
;                                         can be alive at the same time.
;             pm.process_idle_timeout   - The number of seconds after which
;                                         an idle process will be killed.
; Note: This value is mandatory.
 

junior riau

Hosting Guru
Verified Provider
itu services status yang di WHM kan?
ini kalau punya saya kondisi php-fpm di off kan untuk semua user(server production)
11f87c1dec
di service status tetap up. kalau down mungkin ada package yang kurang belum terinstal, proxy_fcgi mungkin
 
Status
Not open for further replies.

Top