aboutsummaryrefslogtreecommitdiffstats
path: root/install/INSTALL.txt
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-13 15:37:26 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-12-13 15:37:26 -0800
commit2cceca49e9a0666ceaeb5758603a6ec3e5d75171 (patch)
treeef70e3b893b63c831df244c407dea4a074134b6e /install/INSTALL.txt
parentbb0e4044bf08bbac9d73a3e3b75d74c33dcacd7f (diff)
parent7244dfce1d935e033c70f4d00c3084cebf97d619 (diff)
downloadvolse-hubzilla-2cceca49e9a0666ceaeb5758603a6ec3e5d75171.tar.gz
volse-hubzilla-2cceca49e9a0666ceaeb5758603a6ec3e5d75171.tar.bz2
volse-hubzilla-2cceca49e9a0666ceaeb5758603a6ec3e5d75171.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'install/INSTALL.txt')
-rw-r--r--install/INSTALL.txt17
1 files changed, 3 insertions, 14 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt
index 361153e59..8ca74c23b 100644
--- a/install/INSTALL.txt
+++ b/install/INSTALL.txt
@@ -382,19 +382,8 @@ 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
+Here you can read more about Apache performance tuning:
+https://httpd.apache.org/docs/2.4/misc/perf-tuning.html
+There are tons of scripts to help you with fine-tuning your Apache installation. Just search with your favorite search engine 'apache fine-tuning script'.