From d0482133a5a29deec31a6f267769c1d1fde170ad Mon Sep 17 00:00:00 2001 From: royalterra Date: Fri, 11 Dec 2015 09:48:04 +0000 Subject: Update INSTALL.txt --- install/INSTALL.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'install/INSTALL.txt') 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 + -- cgit v1.2.3 From 46332732793c24771fea51b0d54975e0954ff669 Mon Sep 17 00:00:00 2001 From: royalterra Date: Fri, 11 Dec 2015 09:49:14 +0000 Subject: Update INSTALL.txt Add Link to ApacheTune for configure mod Prefork --- install/INSTALL.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'install/INSTALL.txt') diff --git a/install/INSTALL.txt b/install/INSTALL.txt index 1a8118a25..361153e59 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -397,3 +397,4 @@ chmod +x Apache2tune.sh Please Read the Documentation of Apache2tune ./Apache2tune.sh + -- cgit v1.2.3 From fb5ac37ca25cd75f1590491c3a8fff440d3c1632 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Sat, 12 Dec 2015 17:30:02 +0100 Subject: That script is taken from someone else without any contribution (http://blog.strictly-software.com/2013/07/apache-performance-tuning-bash-script.html). Also the English is very bad. Anyway, I've replaced it with some general tips that all web admins should know. --- install/INSTALL.txt | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'install/INSTALL.txt') diff --git a/install/INSTALL.txt b/install/INSTALL.txt index 361153e59..b1f940908 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 are you can read more information 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'. -- cgit v1.2.3 From 7244dfce1d935e033c70f4d00c3084cebf97d619 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Sat, 12 Dec 2015 17:32:29 +0100 Subject: Typos --- install/INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/INSTALL.txt') diff --git a/install/INSTALL.txt b/install/INSTALL.txt index b1f940908..8ca74c23b 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -383,7 +383,7 @@ 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. -Here are you can read more information about Apache performance tuning: +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'. -- cgit v1.2.3