GNOME Bugzilla – Bug 567442
Use mod_dnssd instead of home-made code?
Last modified: 2009-01-13 12:19:49 UTC
http://0pointer.de/lennart/projects/mod_dnssd/ This would probably allow us to remove some code from the http backend.
Created attachment 126291 [details] [review] gus-use-mod_dnssd.patch Seems to work for me. Missing the export of u=guest in the TXT record, and support for Apache httpd 2.0
Also, the http website is broken (dav works), as we don't have listings turned on I think (or mod_dav doesn't like the web browser).
2009-01-13 Bastien Nocera <hadess@hadess.net> * configure.in: * data/dav_user_2.2.conf.in: * src/Makefile.am: * src/http.c (spawn_httpd), (http_up), (http_down), (http_init): Remove loads of code and direct Avahi/Howl dependency by using mod_dnssd to advertise the share (Closes: #567442) Disable Apache 2.0 support, somebody with access to it will have to fix this