Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
3ff9d214
Commit
3ff9d214
authored
Oct 23, 2015
by
Marius Cramer
Browse files
Merge branch 'master' into 'master'
FS#3251 - Add fcgi parameters to apps vhost See merge request
!237
parents
796661c5
2ab008c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/dist/tpl/gentoo/apache_apps_fcgi_starter.master
View file @
3ff9d214
...
...
@@ -3,4 +3,5 @@ PHPRC=/etc/php/cgi-php5/
export
PHPRC
export
PHP_FCGI_MAX_REQUESTS
=
5000
export
PHP_FCGI_CHILDREN
=
1
exec
/usr/bin/php-cgi
-d
magic_quotes_gpc
=
off
\ No newline at end of file
export
PHP_FCGI_MAX_REQUESTLEN
=
15728640
exec
/usr/bin/php-cgi
-d
magic_quotes_gpc
=
off
install/tpl/apache_apps_fcgi_starter.master
View file @
3ff9d214
...
...
@@ -3,6 +3,7 @@ PHPRC={fastcgi_phpini_path}
export
PHPRC
export
PHP_FCGI_MAX_REQUESTS
=
5000
export
PHP_FCGI_CHILDREN
=
1
export
PHP_FCGI_MAX_REQUESTLEN
=
15728640
exec
{
fastcgi_bin
}
-d
\
-d
disable_classes
=
\
-d
disable_functions
=
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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