libapache2-mod-dnssd setup for WebDAV ZeroConf
WebDAV Nav+ includes the ability to locate WebDAV shares on the local network using Bonjour/ZeroConf
In order to configure your Apache virtual host to be advertised by ZeroConf you need to install mod_dnssd
The following is a brief summary of configuring Apache with mod_dnssd on a Debian system
- Install mod_dnssd
apt-get installlibapache2-mod-dnssd
- Add a "Location" section to your virtual host declaration
<VirtualHost *:80> . . . <Location /dav> DNSSDServiceName "WebDAV Folder" DNSSDServiceTypes _webdav._tcp </Location> . . . </VirtualHost> - Confirm that mod_dnssd is enable in the configuration
/etc/apache2/mods-enabled/mod-dnssd.conf
<IfModule mod_dnssd.c> DNSSDEnable On </IfModule> - Restart apache for the change to be loaded
Latest News
- 2012-05-05WebDAVNav+ 1.5.8 released
- 2012-05-04WebDAVNav Lite Android 1.0.7 released
- 2012-03-30WebDAVNav 1.5.7 released
- 2012-03-20WebDAVNav 1.5.6 released
- 2012-02-22WebDAVNav+ 1.5.6 released
- 2011-11-19CloudNav 1.0.0 released
- 2011-06-15WebDAV Nav for Blackberry
- 2011-05-20Email Caddy released

