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') 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') 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