Template:ApacheOXModsSUSE: Difference between revisions
From Open-Xchange
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{ApacheOXModsIntro}} | {{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 | ||
To be on the save side and not interfere with YaST or SuSEconfig, add the following to <tt>/etc/sysconfig/apache2</tt>: | To be on the save side and not interfere with YaST or SuSEconfig, add the following to <tt>/etc/sysconfig/apache2</tt>: | ||
APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile authz_user authn_dbm autoindex cgi dir env expires include log_config mime negotiation setenvif ssl suexec userdir proxy headers deflate authz_default | APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile authz_user authn_dbm autoindex cgi dir env expires include log_config mime negotiation setenvif ssl suexec userdir proxy headers deflate authz_default proxy_{{#if:{{{connector|}}}|{{{connector}}}|ajp}} rewrite proxy_balancer" |
Revision as of 19:42, 17 January 2013
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
To be on the save side and not interfere with YaST or SuSEconfig, add the following to /etc/sysconfig/apache2:
APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile authz_user authn_dbm autoindex cgi dir env expires include log_config mime negotiation setenvif ssl suexec userdir proxy headers deflate authz_default proxy_ajp rewrite proxy_balancer"