# $Id$ LoadModule mp3_module modules/mod_mp3.so #Listen 8000 # #ServerName www.example.com #MP3Engine On #MP3CastName "Brian's Tunes" #MP3Genre "Much, nutty" #MP3 /export/mp3 #MP3 /tmp/madonna.mp3 #MP3 /tmp/cows.mp3 #MP3Random On # Increase this if your connections are timing out #Timeout 1200 #ErrorLog /var/log/httpd/music_error_log # # vim: filetype=apache ts=4 sw=4 et