LoadModule mp3_module modules/mod_mp3.so # There are more examples and documentation of all directives # in /usr/share/doc/mod_mp3- # Uncomment this line to turn on the streaming server #MP3Engine On # The name of your server MP3CastName "Gentoo MP3 Streamer" # The genre of music sent to client MP3Genre "Sound of Open Source" # Uncomment if you want to stream files randomly #MP3Random On # Uncomment this loop through all files #MP3Loop On # Change this to where your MP3s are MP3 /media/mp3 SetHandler mp3-status Order deny,allow Deny from all Allow from localhost