mod_php_install.sh: some monor changes in script output.
This commit is contained in:
parent
707d6f6918
commit
7ec0bbcae8
@ -823,6 +823,11 @@ if $WITH_PHP_FPM_SUPPORT ; then
|
|||||||
echo ""
|
echo ""
|
||||||
echo -e "Some FPM Pool Definitions for php-fpm.conf or included files.."
|
echo -e "Some FPM Pool Definitions for php-fpm.conf or included files.."
|
||||||
echo ""
|
echo ""
|
||||||
|
echo "Possible values:"
|
||||||
|
echo " pm.start_servers 9 15"
|
||||||
|
echo " pm.min_spare_servers 6 6"
|
||||||
|
echo " pm.max_spare_servers 12 24"
|
||||||
|
echo ""
|
||||||
|
|
||||||
FPM_POOL_START_SERVER=""
|
FPM_POOL_START_SERVER=""
|
||||||
while [[ "X$FPM_POOL_START_SERVER" = "X" ]]; do
|
while [[ "X$FPM_POOL_START_SERVER" = "X" ]]; do
|
||||||
|
Loading…
Reference in New Issue
Block a user