From: Elan Ruusamäe Date: Thu, 10 Feb 2005 18:08:15 +0000 (+0000) Subject: - for confdir enabled apache1 X-Git-Tag: auto/ac/apache1-mod_mp3-0_40-3~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache1-mod_mp3.git;a=commitdiff_plain;h=8bfe439981fab17dfdf5d77f90b7aa92aa292481 - for confdir enabled apache1 Changed files: apache1-mod_mp3.conf -> 1.2 --- 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