]> git.pld-linux.org Git - packages/apache1-mod_mp3.git/blame_incremental - apache1-mod_mp3.conf
- apxs1 in apache1-devel now
[packages/apache1-mod_mp3.git] / apache1-mod_mp3.conf
... / ...
CommitLineData
1# $Id$
2LoadModule 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.04345 seconds and 5 git commands to generate.