apache

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
apache [06/10/2022 - 12:03] thommie4apache [06/10/2022 - 12:05] thommie4
Zeile 3: Zeile 3:
 [[https://httpd.apache.org/docs/2.4/mod/directives.html|https://httpd.apache.org/docs/2.4/mod/directives.html]] [[https://httpd.apache.org/docs/2.4/mod/directives.html|https://httpd.apache.org/docs/2.4/mod/directives.html]]
  
-====== Rewrite rules ======+===== Rewrite rules =====
  
-===== https forcieren =====+==== https forcieren ====
  
 ''Redirect "/" "https://www.miteinander-esslingen.de/" '' ''Redirect "/" "https://www.miteinander-esslingen.de/" ''
-===== canonical subdomain rewrite =====+ 
 +==== canonical subdomain rewrite ====
  
 ''Rewrite Engine on RewriteCond %{HTTP_HOST} !^www.* [NC] RewriteCond %{HTTP_HOST} ^owncloud\.miteinander-esslingen.de$ RewriteRule ^(.*) https://www.miteinander-esslingen.de/owncloud/ [L,QSA] '' ''Rewrite Engine on RewriteCond %{HTTP_HOST} !^www.* [NC] RewriteCond %{HTTP_HOST} ^owncloud\.miteinander-esslingen.de$ RewriteRule ^(.*) https://www.miteinander-esslingen.de/owncloud/ [L,QSA] ''
  
-====== Header merging für CSP ======+===== Header merging für CSP =====
  
 Mit mod_header Mit mod_header
Zeile 42: Zeile 43:
 </code> </code>
  
-====== Benchmark Testing ======+===== Benchmark Testing =====
  
 Das Benchmark Tool ist Teil von apache2-utils Das Benchmark Tool ist Teil von apache2-utils
Zeile 56: Zeile 57:
 </code> </code>
  
-====== Apache Server Tuning ======+===== Apache Server Tuning =====
  
 Quelle: [[http://www.woktron.com/secure/knowledgebase/133/How-to-optimize-Apache-performance.html|http://www.woktron.com/secure/knowledgebase/133/How-to-optimize-Apache-performance.html]] Quelle: [[http://www.woktron.com/secure/knowledgebase/133/How-to-optimize-Apache-performance.html|http://www.woktron.com/secure/knowledgebase/133/How-to-optimize-Apache-performance.html]]
Zeile 108: Zeile 109:
 For non-threaded servers (i.e., prefork), MaxClients translates into the maximum number of child processes that will be launched to serve requests. The default value is 256; to increase it, you must also raise ServerLimit. this and ServerLimit should be the same or very close with MaxClients never exceeding ServerLimit. For servers under high load this value should be increased. See below for more information on how to define the maxclients directive. For non-threaded servers (i.e., prefork), MaxClients translates into the maximum number of child processes that will be launched to serve requests. The default value is 256; to increase it, you must also raise ServerLimit. this and ServerLimit should be the same or very close with MaxClients never exceeding ServerLimit. For servers under high load this value should be increased. See below for more information on how to define the maxclients directive.
  
-==== How to define the MaxClients directive ====+===== How to define the MaxClients directive =====
  
 A simple calculation for MaxClients would be: (Total Memory – Critical Services Memory) / Size Per Apache process. I define Critical Services as services such as mySQL, Plesk, DirectAdmin; any service that is required for proper operation of your server. A simple calculation for MaxClients would be: (Total Memory – Critical Services Memory) / Size Per Apache process. I define Critical Services as services such as mySQL, Plesk, DirectAdmin; any service that is required for proper operation of your server.
  • apache.txt
  • Zuletzt geändert: 05/03/2024 - 10:52
  • von 127.0.0.1