Subversion Repositories configs

Rev

Rev 192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 194
Line 235... Line 235...
235
;
235
;
236
; Note: The value must start with a leading slash (/). The value can be
236
; Note: The value must start with a leading slash (/). The value can be
237
;       anything, but it may not be a good idea to use the .php extension or it
237
;       anything, but it may not be a good idea to use the .php extension or it
238
;       may conflict with a real PHP file.
238
;       may conflict with a real PHP file.
239
; Default Value: not set
239
; Default Value: not set
240
;pm.status_path = /status
240
pm.status_path = /fpm-www-status
241
 
241
 
242
; The ping URI to call the monitoring page of FPM. If this value is not set, no
242
; The ping URI to call the monitoring page of FPM. If this value is not set, no
243
; URI will be recognized as a ping page. This could be used to test from outside
243
; URI will be recognized as a ping page. This could be used to test from outside
244
; that FPM is alive and responding, or to
244
; that FPM is alive and responding, or to
245
; - create a graph of FPM availability (rrd or such);
245
; - create a graph of FPM availability (rrd or such);
Line 247... Line 247...
247
; - trigger alerts for the operating team (24/7).
247
; - trigger alerts for the operating team (24/7).
248
; Note: The value must start with a leading slash (/). The value can be
248
; Note: The value must start with a leading slash (/). The value can be
249
;       anything, but it may not be a good idea to use the .php extension or it
249
;       anything, but it may not be a good idea to use the .php extension or it
250
;       may conflict with a real PHP file.
250
;       may conflict with a real PHP file.
251
; Default Value: not set
251
; Default Value: not set
252
;ping.path = /ping
252
ping.path = /fpm-www-ping
253
 
253
 
254
; This directive may be used to customize the response of a ping request. The
254
; This directive may be used to customize the response of a ping request. The
255
; response is formatted as text/plain with a 200 response code.
255
; response is formatted as text/plain with a 200 response code.
256
; Default Value: pong
256
; Default Value: pong
257
;ping.response = pong
257
ping.response = pong
258
 
258
 
259
; The access log file
259
; The access log file
260
; Default: not set
260
; Default: not set
261
;access.log = log/$pool.access.log
261
;access.log = log/$pool.access.log
262
 
262