%general-entities; ]> mod_dnssd-&mod_dnssd-version; mod_dnssd Introduction to mod_dnssd The mod_dnssd package is an Apache HTTPD module which adds Zeroconf support via DNS-SD using Avahi. This allows Apache to advertise itself and the websites available to clients compatible with the protocol. &lfs81_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &mod_dnssd-md5sum; Download size: &mod_dnssd-size; Estimated disk space required: &mod_dnssd-buildsize; Estimated build time: &mod_dnssd-time; mod_dnssd Dependencies Required and Optional User Notes: Installation of mod_dnssd Install mod_dnssd by running the following commands: sed -i 's/unixd_setup_child/ap_&/' src/mod_dnssd.c && ./configure --prefix=/usr \ --disable-lynx && make This package does not come with a test suite. Now, as the root user: make install sed -i 's| usr| /usr|' /etc/httpd/httpd.conf Command Explanations sed ... src/mod_dnssd.c: Fix an external function call that has been updated since this package was released. --disable-lynx: This parameter turns off Lynx usage for documentation generation. Remove it if you have Lynx installed. sed ... /etc/httpd/httpd.conf: Fix a directory path that the intallation procedure incorrectly puts in the httpd configuration file. Contents Installed Programs Installed Library Installed Directories None mod_dnssd.so None Short Descriptions mod_dnssd.so is the Apache HTTPD module. mod_dnssd.so