Template:ApacheOXModsSUSE: Difference between revisions
From Open-Xchange
(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...") |
No edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ApacheOXModsIntro| connector={{{connector|}}} }} | |||
$ a2enmod proxy && a2enmod | $ a2enmod proxy && a2enmod proxy_{{#if:{{{connector|}}}|{{{connector}}}|ajp}} && a2enmod expires && a2enmod deflate && a2enmod headers && a2enmod rewrite && a2enmod proxy_balancer {{#if:{{{extramods|}}}| && a2enmod {{{extramods}}}|}} | ||
Latest revision as of 15:54, 4 August 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 && a2enmod proxy_ajp && a2enmod expires && a2enmod deflate && a2enmod headers && a2enmod rewrite && a2enmod proxy_balancer