diff options
author | royalterra <royalterra@users.noreply.github.com> | 2015-12-11 09:48:04 +0000 |
---|---|---|
committer | royalterra <royalterra@users.noreply.github.com> | 2015-12-11 09:48:04 +0000 |
commit | d0482133a5a29deec31a6f267769c1d1fde170ad (patch) | |
tree | fdc64553630f6f467fe69c6a21b1450345b0f3c8 | |
parent | 4ff31d0a4140d923cbb8ddbe18ccf578a367375f (diff) | |
download | volse-hubzilla-d0482133a5a29deec31a6f267769c1d1fde170ad.tar.gz volse-hubzilla-d0482133a5a29deec31a6f267769c1d1fde170ad.tar.bz2 volse-hubzilla-d0482133a5a29deec31a6f267769c1d1fde170ad.zip |
Update INSTALL.txt
-rw-r--r-- | install/INSTALL.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt index 25852497b..1a8118a25 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -382,3 +382,18 @@ stuff on your server that might access MySQL, and Hubzilla's poller which needs MySQL access, too. A good setting for a medium-sized hub might be to keep MySQL's max_connections at 100 and set mpm_prefork's MaxRequestWorkers to 70. +------------------------------------------------------------------------ +For Calculate Automatic according to your server resources and configure +mod_prefork you can Install and Execute ApacheTune + +Home Page: https://github.com/royalterra/apache2tune + +git clone https://github.com/royalterra/apache2tune.git + +cd apache2tune + +chmod +x Apache2tune.sh + +Please Read the Documentation of Apache2tune +./Apache2tune.sh + |