I'm setting up a media server in the anthropology department using Mac OSX 10.5 Server. With the demise of the C-Labs service, I wanted a secure way to make streaming video available for in-class use. The Mac OS X Leopard Server was an obvious choice.
Right now, I'm just using flat files and the Mac OSX Server built-in Apache server. In order to restrict the streams to just Yale students, I wanted to limit the contents of certain directories to just Yale IP addresses.
This should be easily done using .htaccess files. However, the default configuration doesn't have .htaccess services turned on (since it is server / file system intensive to do so). However, I couldn't for the life of me to get the Apache server to recognize my modifications in the /etc/httpd/httpd.conf
file. ARGHH!!! It was almost as if it was ignoring it.