I was displeased to find iCal could not publish locally after having upgraded to 10.2.4 and I also lost ssl support. I found the previous hints about the httpd.conf files adding Rendezvous support. I wanted Rendezvous AND my other services and found the load order was important. After several unsuccessful attempts to get WebDAV and Rendezvous working together, I shuffled my .conf files around to get my old one back and then just added:
[robg adds: Can anyone confirm a load-order issue with WebDAV and mod_rendezvous? I haven't had a chance to test this one.]
LoadModule rendezvous_apple_module libexec/httpd/mod_rendezvous_apple.soand
AddModule mod_rendezvous_apple.cto the end of the respective module lists and it worked. Later on in the file, after I had added the Rendezvous modules and gracefully restarted Apache, I realized Apple had added:
<IfModule mod_rendezvous_apple.c>
RegisterUserSite all-users
RegisterDefaultSite
</IfModule>
I just added it back in after my other If statements, restarted the web server, and all worked fine. The load order seemed important because WebDAV and some other module conflict if not put in the correct order, so it seems Rendezvous should go last.
[robg adds: Can anyone confirm a load-order issue with WebDAV and mod_rendezvous? I haven't had a chance to test this one.]
•
[5,848 views]

