dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed FCGI starter script for ispconfig interface.
tbrehm
2009-01-27
0731a3df782c5a1c6cefc9da72e60a73c069012b
[gitlabFork/ISPConfig3.git]
/
install
/
tpl
/
apache_ispconfig_fcgi_starter.master
1
2
3
4
5
6
7
8
#!/bin/sh
PHPRC=/etc/php5/cgi/
export PHPRC
exec /usr/lib/cgi-bin/php
PHP_FCGI_MAX_REQUESTS=5000
export PHP_FCGI_MAX_REQUESTS
export PHP_FCGI_CHILDREN=8
export PHP_FCGI_MAX_REQUESTS=500