View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000273 | SOGo | Backend General | public | 2009-12-04 12:13 | 2009-12-09 21:34 |
| Reporter | tokul | Assigned To | francis | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | nightly v2 | ||||
| Fixed in Version | 1.2.0 | ||||
| Summary | 0000273: Apache configuration depends on root directory permissions | ||||
| Description | Apache/SOGO.conf and Apache/SOGo-debian.conf don't describe SOGo directory permissions and depend on loose permissions of <directory />. If root directory permissions are strict, SOGo aliases are blocked. How to reproduce it:
| ||||
| Tags | No tags attached. | ||||
|
2009-12-04 12:13
|
SOGo-debian.conf.diff (640 bytes)
Index: SOGo-debian.conf
===================================================================
--- SOGo-debian.conf (revision 1510)
+++ SOGo-debian.conf (working copy)
@@ -1,3 +1,14 @@
+# Adjust directory section according to your setup and web access restrictions
+#
+# Web users need permissions to access
+# /usr/lib/GNUstep/SOGo/WebServerResources/
+# /usr/lib/GNUstep/SOGo/*.SOGo/Resources/
+<directory /usr/lib/GNUstep/SOGo/>
+ AllowOverride None
+ Order deny,allow
+ Allow from all
+</directory>
+
Alias /sogo.woa/WebServerResources/ \
/usr/lib/GNUstep/SOGo/WebServerResources/
Alias /SOGo.woa/WebServerResources/ \
|
|
Committed. Thanks! http://mtn.inverse.ca/revision/info/db370b54d1c04790d487307a6c2427a914aae37b |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2009-12-04 12:13 | tokul | New Issue | |
| 2009-12-04 12:13 | tokul | File Added: SOGo-debian.conf.diff | |
| 2009-12-09 21:34 | francis | Note Added: 0000333 | |
| 2009-12-09 21:34 | francis | Status | new => resolved |
| 2009-12-09 21:34 | francis | Fixed in Version | => 1.1.1 |
| 2009-12-09 21:34 | francis | Resolution | open => fixed |
| 2009-12-09 21:34 | francis | Assigned To | => francis |