Difference between revisions of "Template:ApacheOXModsDebian"

(Created page with "Now as the Open-Xchange Server has been set up and the database is running, we have to configure the Apache webserver and the mod_proxy_ajp module to access the groupware fronten...")
 
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Now as the Open-Xchange Server has been set up and the database is running, we have to configure the Apache webserver and the mod_proxy_ajp module to access the groupware frontend. To gain better GUI performance, the usage of ''mod_expires'' and ''mod_deflate'' is strongly recommended. Those modules will limit the amount of client requests and compress the delivered content.
+
{{ApacheOXModsIntro| connector={{{connector|}}} }}
  
  $ a2enmod proxy proxy_ajp proxy_balancer expires deflate headers rewrite
+
  $ a2enmod proxy proxy_{{#if:{{{connector|}}}|{{{connector}}}|ajp}} proxy_balancer expires deflate headers rewrite mime setenvif {{#if:{{{extramods|}}}|{{{extramods}}}|}}

Latest revision as of 12:55, 22 July 2015

Now as the Open-Xchange Server has been set up and the database is running, we have to configure the Apache webserver and the mod_proxy_ajp module to access the groupware frontend.

$ a2enmod proxy proxy_ajp proxy_balancer expires deflate headers rewrite mime setenvif