We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7db22 commit 45e22f2Copy full SHA for 45e22f2
1 file changed
server/conf/vhost.conf.master
@@ -121,10 +121,10 @@
121
<tmpl_if name='php' op='==' value='fast-cgi'>
122
# php as fast-cgi enabled
123
<IfModule mod_fcgid.c>
124
- SocketPath /tmp/fcgid_sock/
+ # SocketPath /tmp/fcgid_sock/
125
IdleTimeout 3600
126
ProcessLifeTime 7200
127
- MaxProcessCount 1000
+ # MaxProcessCount 1000
128
DefaultMinClassProcessCount 3
129
DefaultMaxClassProcessCount 100
130
IPCConnectTimeout 8
@@ -298,10 +298,10 @@
298
299
300
301
302
303
304
305
306
307
0 commit comments