X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache1-mod_mp3.git;a=blobdiff_plain;f=apache1-mod_mp3.conf;fp=apache1-mod_mp3.conf;h=dd85f4a10eea3855545c334e6ce68011ab08a84e;hp=a1bcd01601ad220c42bc86cfe5e6f18353d1f122;hb=8bfe439981fab17dfdf5d77f90b7aa92aa292481;hpb=38a329ae7f9fdb66c42ca9dae7929aad42cb6822 diff --git a/apache1-mod_mp3.conf b/apache1-mod_mp3.conf index a1bcd01..dd85f4a 100644 --- a/apache1-mod_mp3.conf +++ b/apache1-mod_mp3.conf @@ -1,8 +1,10 @@ -# This is example configuration: -# +# $Id$ +LoadModule mp3_module modules/mod_mp3.so + + #Listen 8000 # -#ServerName www.exampe.com +#ServerName www.example.com #MP3Engine On #MP3CastName "Brian's Tunes" #MP3Genre "Much, nutty" @@ -14,3 +16,6 @@ #Timeout 1200 #ErrorLog /var/log/httpd/music_error_log # + + +# vim: filetype=apache ts=4 sw=4 et