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.confComment 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.
•
[6,266 views]

