]> git.pld-linux.org Git - packages/apache1-mod_mp3.git/blob - apache1-mod_mp3.conf
- for confdir enabled apache1
[packages/apache1-mod_mp3.git] / apache1-mod_mp3.conf
1 # $Id$
2 LoadModule mp3_module      modules/mod_mp3.so
3
4 <IfModule mod_mp3.c>
5 #Listen 8000
6 #<VirtualHost www.example.com:8000>
7 #ServerName www.example.com
8 #MP3Engine On
9 #MP3CastName "Brian's Tunes"
10 #MP3Genre "Much, nutty"
11 #MP3 /export/mp3
12 #MP3 /tmp/madonna.mp3
13 #MP3 /tmp/cows.mp3
14 #MP3Random On
15 # Increase this if your connections are timing out
16 #Timeout 1200
17 #ErrorLog /var/log/httpd/music_error_log
18 #</VirtualHost>
19 </IfModule>
20
21 # vim: filetype=apache ts=4 sw=4 et
This page took 0.049227 seconds and 3 git commands to generate.