Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'More Specifics' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
More Specifics
Authored by: MHerberg on Sep 20, '01 07:51:53AM

Here's my httpd.conf and error_log

HTTPD.CONF
--------------------------------------------------

...skip...

LoadModule mp3_module libexec/httpd/mod_mp3.so

...skip...

AddModule mod_mp3.c

...skip...

<IfModule mod_mp3.c>

<Location /mp3>

# Toggle the MP3 module On/Off.
MP3Engine On

# Control the number of connections to mod_mp3.
MP3LimitPlayConnections 2

# Name this radio station.
MP3CastName "Matt's Tunes"

# Give your Station a format type.
MP3Genre "Various"

# Multiple MP3 directives are allowed.
MP3 "/Users/mherberg/Music"

# This can increase the performance on large collections, but not dramatically.
#MP3Playlist /data/playlist.m3u

# Toggle the stream mode On/Off
#MP3Stream On

# Randomize (aka shuffle) the mod_mp3 internal playlist for playback.
MP3Random On

# The Default Operation is referring to the url string passed to mod_mp3.
MP3DefaultOperation select

</Location>

</IfModule>

...skip...

ERROR_LOG
--------------------------------------------------

[Thu Sep 20 07:42:24 2001] [notice] Apache/1.3.20 (Darwin) mod_mp3/0.25 PHP/4.0.
6 configured -- resuming normal operations
[Thu Sep 20 07:42:37 2001] [error] [client xxx.xxx.xxx.xxx] File does not exist:
/Library/WebServer/Documents/mp3

--------------------------------------------------

Thanks in advance for any help.

PS: I x'ed out my IP address



[ Reply to This | # ]