LoadModule dnssd_module modules/mod_dnssd.so
# This config file isn't very good at explaining things,
# See http://0pointer.de/lennart/projects/mod_dnssd/ for better info
# DNSSDEnable: Enables DNSSD announcing via. Avahi
# By default this publishes all vhosts and userdirs.
DNSSDEnable on
# DNSSDAutoRegisterUserDir: Determines weather to publish userdirs
# or not, On by default:
# DNSSDAutoRegisterUserDir Off
# DNSSDAutoRegisterVHosts: Determines weather to publish vhosts
# or not, On by default:
# DNSSDAutoRegisterVHosts Off
# You can also define additional services with the DNSSDServiceName
# and DNSSDServiceTypes Directive inside a location or vhost,
# for example:
#
# DNSSDServiceName "Documentation"
# DNSSDServiceTypes _http._tcp
#
# Note that DNSServiceTypes is _http._tcp by default though, so it
# Wasn't needed in this case