02.12.2012 Views

Installation and Administration Guide - Open-Xchange Software ...

Installation and Administration Guide - Open-Xchange Software ...

Installation and Administration Guide - Open-Xchange Software ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Configuring Services<br />

Configure the mod_proxy_ajp module by creating a new Apache configuration file.<br />

$ vim /etc/httpd/conf.d/proxy_ajp.conf<br />

<br />

# restrict access to the soap provisioning API<br />

Order Deny,Allow<br />

Deny from all<br />

Allow from 127.0.0.1<br />

# you might add more ip addresses / networks here<br />

# Allow from 192.168 10 172.16<br />

<br />

LoadModule proxy_ajp_module modules/mod_proxy_ajp.so<br />

<br />

ProxyRequests Off<br />

<br />

Order deny,allow<br />

Allow from all<br />

# multiple server setups need to have the hostname inserted instead localhost<br />

BalancerMember ajp://localhost:8009 smax=0 ttl=60 retry=60 loadfactor=50 route=OX1 timeout=100<br />

# Enable <strong>and</strong> maybe add additional hosts running OX here<br />

# BalancerMember ajp://oxhost2:8009 smax=0 ttl=60 retry=60 loadfactor=50 route=OX2 timeout=100<br />

ProxySet stickysession=JSESSIONID timeout=100<br />

<br />

<br />

ProxyPass balancer://oxcluster/ajax<br />

<br />

<br />

ProxyPass balancer://oxcluster/axis2<br />

<br />

<br />

ProxyPass balancer://oxcluster/servlet<br />

<br />

<br />

ProxyPass balancer://oxcluster/infostore<br />

<br />

<br />

ProxyPass balancer://oxcluster/publications<br />

<br />

<br />

ProxyPass balancer://oxcluster/Microsoft-Server-ActiveSync<br />

<br />

<br />

ProxyPass balancer://oxcluster/usm-json<br />

<br />

<br />

Modify the default website settings to display the <strong>Open</strong>-<strong>Xchange</strong> GUI<br />

<strong>Open</strong>-<strong>Xchange</strong> Server 6<br />

<strong>Open</strong>-<strong>Xchange</strong> <strong>Installation</strong><br />

34

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!