File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 120120</tmpl_if>
121121<tmpl_if name='php' op='==' value='fast-cgi'>
122122 # php as fast-cgi enabled
123+ <IfModule mod_fcgid.c>
124+ SocketPath /tmp/fcgid_sock/
125+ IdleTimeout 3600
126+ ProcessLifeTime 7200
127+ MaxProcessCount 1000
128+ DefaultMinClassProcessCount 3
129+ DefaultMaxClassProcessCount 100
130+ IPCConnectTimeout 8
131+ IPCCommTimeout 360
132+ BusyTimeout 300
133+ </IfModule>
123134 <Directory {tmpl_var name='web_document_root_www'}>
124135 AddHandler fcgid-script .php .php3 .php4 .php5
125136 FCGIWrapper <tmpl_var name='fastcgi_starter_path'><tmpl_var name='fastcgi_starter_script'> .php
286297</tmpl_if>
287298<tmpl_if name='php' op='==' value='fast-cgi'>
288299 # php as fast-cgi enabled
300+ <IfModule mod_fcgid.c>
301+ SocketPath /tmp/fcgid_sock/
302+ IdleTimeout 3600
303+ ProcessLifeTime 7200
304+ MaxProcessCount 1000
305+ DefaultMinClassProcessCount 3
306+ DefaultMaxClassProcessCount 100
307+ IPCConnectTimeout 8
308+ IPCCommTimeout 360
309+ BusyTimeout 300
310+ </IfModule>
289311 <Directory {tmpl_var name='web_document_root_www'}>
290312 AddHandler fcgid-script .php .php3 .php4 .php5
291313 FCGIWrapper <tmpl_var name='fastcgi_starter_path'><tmpl_var name='fastcgi_starter_script'> .php
You can’t perform that action at this time.
0 commit comments