commit 2597b9356688196994ebd754115cab504287a0f9
Author: Elan Ruusamäe <[email protected]>
Date:   Sat May 2 11:53:35 2015 +0300

    add ifdef for module directives

 mod_dnssd.conf | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/mod_dnssd.conf b/mod_dnssd.conf
index ba85cc7..c1c0875 100644
--- a/mod_dnssd.conf
+++ b/mod_dnssd.conf
@@ -1,6 +1,9 @@
 LoadModule dnssd_module        modules/mod_dnssd.so
-DNSSDEnable On
-# enable to automatically register all mod_userdir directories
-DNSSDAutoRegisterUserDir Off
-# enable to automatically register all local virtual hosts
-DNSSDAutoRegisterVHosts Off
+
+<IfModule mod_dnssd.c>
+       DNSSDEnable On
+       # enable to automatically register all mod_userdir directories
+       DNSSDAutoRegisterUserDir Off
+       # enable to automatically register all local virtual hosts
+       DNSSDAutoRegisterVHosts Off
+</IfModule>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache-mod_dnssd.git/commitdiff/2597b9356688196994ebd754115cab504287a0f9

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to