Add example apache configuration for apple AB

This commit is contained in:
Jean Raby
2013-02-11 10:41:50 -05:00
parent 4952ff7914
commit caf6f0ec6c
4 changed files with 29 additions and 1 deletions
+26
View File
@@ -0,0 +1,26 @@
# use *:8843 for SSL
<VirtualHost *:8800>
RewriteEngine Off
ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On
ProxyPassInterpolateEnv On
ProxyPass /principals http://127.0.0.1:20000/SOGo/dav/ interpolate
ProxyPass /SOGo http://127.0.0.1:20000/SOGo interpolate
ProxyPass / http://127.0.0.1:20000/SOGo/dav/ interpolate
<Location />
Order allow,deny
Allow from all
</Location>
<Proxy http://127.0.0.1:20000>
RequestHeader set "x-webobjects-server-port" "8800"
RequestHeader set "x-webobjects-server-name" "changethis:8800"
RequestHeader set "x-webobjects-server-url" "http://changethis:8800"
RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
AddDefaultCharset UTF-8
</Proxy>
ErrorLog /var/log/apache2/ab-error.log
CustomLog /var/log/apache2/ab-access.log combined
</VirtualHost>
+1
View File
@@ -3,3 +3,4 @@ TODO
Scripts/*.sh
Scripts/*.py
Scripts/updates.php
Apache/SOGo-apple-ab.conf
+1
View File
@@ -3,3 +3,4 @@ TODO
Scripts/*.sh
Scripts/*.py
Scripts/updates.php
Apache/SOGo-apple-ab.conf
+1 -1
View File
@@ -252,7 +252,7 @@ rm -fr ${RPM_BUILD_ROOT}
%config(noreplace) %{_sysconfdir}/cron.d/sogo
%config(noreplace) %{_sysconfdir}/httpd/conf.d/SOGo.conf
%config(noreplace) %{_sysconfdir}/sysconfig/sogo
%doc ChangeLog NEWS Scripts/*sh Scripts/*py Scripts/updates.php
%doc ChangeLog NEWS Scripts/*sh Scripts/*py Scripts/updates.php Apache/SOGo-apple-ab.conf
%files -n sogo-tool
%{_sbindir}/sogo-tool