Changes

From SME Server
Jump to navigationJump to search
1,690 bytes added ,  21:27, 26 May 2010
m
Tweaking some more...
Line 1: Line 1:  +
{{Languages}}
 +
{{Level|Easy}}
 +
 
=== Maintainer ===
 
=== Maintainer ===
 
[mailto:smeserver-contribs@snetram.nl Jonathan Martens]
 
[mailto:smeserver-contribs@snetram.nl Jonathan Martens]
    
=== Version ===
 
=== Version ===
{{Version|package=smeserver-mod_dav|description=The latest version of smeserver-subversion is available in the [http://mirror.contribs.org/smeserver/releases/7/smecontribs/i386/repodata/repoview/smeserver-mod_dav-0-0.1-8.el4.sme.html SME Contribs repository].|stable=0.1-8}}
+
{{ #smeversion: smeserver-mod_dav }}
    
=== Description ===
 
=== Description ===
This contrib provides mod_dav for SME Server, it has been written to make sure it is installed as it is required by my Subversion contrib.
+
This contrib provides mod_dav for SME Server, it has been written to make sure it is installed as it is required by my Subversion contrib, but it can be used independently to add DAV to i-bays as well, this way you can, for instance, use it to store your [http://en.wikipedia.org/wiki/ICal iCal] web calendar files, using the [http://www.webdav.org/ WebDAV] protocol.
    
=== Installation ===
 
=== Installation ===
Line 12: Line 15:  
  yum install smeserver-mod_dav --enablerepo=smecontribs
 
  yum install smeserver-mod_dav --enablerepo=smecontribs
   −
=== Additional information ===
+
=== Configuration ===
This contrib only loads mod_dav for the httpd daemon and does not provide other configuration templates or a server-manager panel.
+
DAV access is disabled for all ibays by default.
 +
 
 +
====Enable/disable DAV access for an ibay====
 +
To enable DAV access to an ibay use the following commands:
 +
db accounts setprop ibay-name ModDav enabled
 +
signal-event ibay-modify ibay-name
 +
 
 +
To disable DAV access to an ibay use the following commands:
 +
db accounts setprop ibay-name ModDav disabled
 +
signal-event ibay-modify ibay-name
 +
 
 +
====ETag http response header (FileETag) settings====
 +
According to [[bugzilla:4482]] there seems to be a problem when using Sunbird calendar sharing in DAV enabled ibays. To fix this you can define the FileETag setting to a value of none using the following command:
 +
db accounts setprop ibay-name ModDav-FileETag none
 +
More information on possible FileETag options can be found in the [http://httpd.apache.org/docs/2.0/mod/core.html#fileetag Apache documentation].
 +
 
 +
===Usage===
 +
 
 +
====Accessing a DAV enabled ibay====
 +
DAV-enabled Ibays can be accessed in any of several ways:
 +
 
 +
=====through Windows My Network Places=====
 +
# Open "My Network Places"
 +
# Select "Add a network place"
 +
# Choose "Next"
 +
# Choose "Another network location"
 +
# Enter the address to your DAV enabled ibay, for instance <nowiki>http://server/data</nowiki> or <nowiki>https://server/data</nowiki>
 +
 
 +
=====through Internet Explorer=====
 +
According to [http://forums.contribs.org/index.php?topic=33157.msg142168#msg142168 this post] you can allow Windows/Internet Explorer users to open your DAV-enabled Ibays in Explorer for read-write access directly from your website by using code similar to the lines below.
 +
 
 +
As a (normal) link:
 +
 
 +
<a href="<nowiki>http://localhost/data/</nowiki>">Link to folder</a>
 +
 
 +
As a webfolder:
 +
 
 +
<a href="" folder="<nowiki>http://localhost/data/</nowiki>">Link to data folder</a>
    
=== Bugs ===
 
=== Bugs ===
Line 19: Line 59:  
----
 
----
 
[[Category: Contrib]]
 
[[Category: Contrib]]
 +
[[Category: Administration:File and Directory Access]]

Navigation menu