File: mp3.conf

package info (click to toggle)
libapache-mod-mp3 0.39-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 436 kB
  • ctags: 432
  • sloc: ansic: 3,135; perl: 521; sh: 176; makefile: 50
file content (24 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $Id: mp3.conf,v 1.6 2002/07/04 17:14:25 brian Exp $
<IfModule mod_mp3.c>
	Listen 80
	Listen 8000
	<VirtualHost _default_:8000>
		ServerName testing.example.com
		MP3Engine On
		MP3CastName "mod_mp3"
		MP3Genre "Sounds of Open Source"
		MP3 /export/mp3
		Timeout 1200
		# If you want to announce yourself, enable this
	  #MP3DirectoryServer http://yp.modmp3.net/
	</VirtualHost>
# Allow server status reports, with the URL of http://servername/server-status
# Change the ".your_domain.com" to match your domain to enable.
#
#<Location /mp3-status>
#    SetHandler mp3-status
#    Order deny,allow
#    Deny from all
#    Allow from .your_domain.com
#</Location>
</IfModule>