Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
2ed8f05c
Commit
2ed8f05c
authored
Nov 25, 2013
by
Marius Cramer
Browse files
Changed: increased fcgid timeout to avoid connection reset on longer-lasting php downloads etc.
parent
e585b5f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/conf/vhost.conf.master
View file @
2ed8f05c
...
...
@@ -205,8 +205,8 @@
FcgidMinProcessesPerClass 0
FcgidMaxProcessesPerClass 100
FcgidConnectTimeout 3
FcgidIOTimeout
3
60
FcgidBusyTimeout 300
FcgidIOTimeout 60
0
FcgidBusyTimeout 3
6
00
FcgidMaxRequestLen 1073741824
<tmpl_else>
IdleTimeout 300
...
...
@@ -215,8 +215,8 @@
DefaultMinClassProcessCount 0
DefaultMaxClassProcessCount 100
IPCConnectTimeout 3
IPCCommTimeout
3
60
BusyTimeout 300
IPCCommTimeout 60
0
BusyTimeout 3
6
00
</tmpl_if>
</IfModule>
<Directory {tmpl_var name='web_document_root_www'}>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment