mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
Modified Apache's config file to handle Apache > 2.3
This commit is contained in:
@@ -28,8 +28,13 @@
|
||||
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
|
||||
<IfVersion < 2.4>
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</IfVersion>
|
||||
<IfVersion >= 2.4>
|
||||
Require all granted
|
||||
</IfVersion>
|
||||
</Location>
|
||||
|
||||
<Proxy http://127.0.0.1:20000>
|
||||
|
||||
+8
-2
@@ -5,8 +5,14 @@ Alias /SOGo/WebServerResources/ \
|
||||
|
||||
<Directory /usr/lib/GNUstep/SOGo/>
|
||||
AllowOverride None
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
|
||||
<IfVersion < 2.4>
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</IfVersion>
|
||||
<IfVersion >= 2.4>
|
||||
Require all granted
|
||||
</IfVersion>
|
||||
|
||||
# Explicitly allow caching of static content to avoid browser specific behavior.
|
||||
# A resource's URL MUST change in order to have the client load the new version.
|
||||
|
||||
@@ -19,6 +19,7 @@ Bug fixes
|
||||
- fixed Events and tasks cannot be moved to other calendars using drag&drop (#2759)
|
||||
- fixed In "Multicolumn Day View" mouse position is not honored when creating an event (#2864)
|
||||
- fixed handling of messages labels (#2902)
|
||||
- fixed Apache > 2.3 configuration
|
||||
|
||||
2.2.7 (2014-07-30)
|
||||
------------------
|
||||
|
||||
Reference in New Issue
Block a user