diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-12-12 17:30:02 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-12-12 17:30:02 +0100 |
commit | fb5ac37ca25cd75f1590491c3a8fff440d3c1632 (patch) | |
tree | 063f2b635e81fcffb5df3e23cc9ba6d3f51d392c | |
parent | f0a588547dd3c4fb1d3e8fb65d379f7b63bc963f (diff) | |
download | volse-hubzilla-fb5ac37ca25cd75f1590491c3a8fff440d3c1632.tar.gz volse-hubzilla-fb5ac37ca25cd75f1590491c3a8fff440d3c1632.tar.bz2 volse-hubzilla-fb5ac37ca25cd75f1590491c3a8fff440d3c1632.zip |
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.
-rw-r--r-- | install/INSTALL.txt | 17 |
1 files changed, 3 insertions, 14 deletions
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'. |