diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-12 09:15:24 +1100 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-12 09:15:24 +1100 |
commit | 6613275cc2f4103a17cc2bfe513dc20573df5aab (patch) | |
tree | 433e0ad169f3ed7de3beb325847e7f88329bbcc3 | |
parent | 9fb7a12849cd0e91e16c68041a525b9a552242d0 (diff) | |
parent | 46332732793c24771fea51b0d54975e0954ff669 (diff) | |
download | volse-hubzilla-6613275cc2f4103a17cc2bfe513dc20573df5aab.tar.gz volse-hubzilla-6613275cc2f4103a17cc2bfe513dc20573df5aab.tar.bz2 volse-hubzilla-6613275cc2f4103a17cc2bfe513dc20573df5aab.zip |
Merge pull request #215 from royalterra/master
Add Link and extra Doc to Apache Configuration
-rw-r--r-- | install/INSTALL.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt index 25852497b..361153e59 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -382,3 +382,19 @@ 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 + + |