Disable Apache's Rendezvous module In 10.2.4

Feb 18, '03 10:24:00AM

Contributed by: Anonymous

Apache's rendezvous module is pretty spiffy, but should you want to disable it, do the following from the terminal:

 % sudo pico /etc/httpd/httpd.conf
Comment the following lines:
 #LoadModule rendezvous_apple_module libexec/httpd/mod_rendezvous_apple.so
 ...
 #AddModule mod_rendezvous_apple.c
 ...
 #<IfModule mod_rendezvous_apple.c>
 #RegisterUserSite all-users
 #RegisterDefaultSite
 #</IfModule>
Save, then type sudo apachectl restart. Rendezvous is now disabled. Uncomment and restart the server to enable it again.

Comments (6)


Mac OS X Hints
http://hints.macworld.com/article.php?story=2003021400582894