Difference between revisions of "Template:ApacheOXModsDebian"

Line 1: Line 1:
 
{{ApacheOXModsIntro| connector={{{connector|}}} }}
 
{{ApacheOXModsIntro| connector={{{connector|}}} }}
  
  $ a2enmod proxy proxy_{{#if:{{{connector|}}}|{{{connector}}}|ajp}} proxy_balancer expires deflate headers rewrite mime setenvif
+
  $ a2enmod proxy proxy_{{#if:{{{connector|}}}|{{{connector}}}|ajp}} proxy_balancer expires deflate headers rewrite mime setenvif {{{extramods}}}

Revision as of 12:52, 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 {{{extramods}}}