mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
Add example apache configuration for apple AB
This commit is contained in:
@@ -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>
|
||||
@@ -3,3 +3,4 @@ TODO
|
||||
Scripts/*.sh
|
||||
Scripts/*.py
|
||||
Scripts/updates.php
|
||||
Apache/SOGo-apple-ab.conf
|
||||
|
||||
@@ -3,3 +3,4 @@ TODO
|
||||
Scripts/*.sh
|
||||
Scripts/*.py
|
||||
Scripts/updates.php
|
||||
Apache/SOGo-apple-ab.conf
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user