naddy f01c5da19c Import mod_mp3 0.39.
Submitted by Xavier Santolaria <xavier@santolaria.net>.

mod_mp3 turns the Apache Web Server into an MP3 or Ogg streaming
server.  It can play from a list of files, either in order or
randomly.  It can also be used to cache MP3s into memory and have
the server operate entirely from memory.
2003-05-20 01:57:18 +00:00

22 lines
564 B
Plaintext

+---------------
| To finish the install of mod_mp3, you need
| to enable the module by using the following command
|
| ${PREFIX}/sbin/mod_mp3-enable
|
| Also, copy the following file into your Apache config
| directory:
|
| ${PREFIX}/share/examples/mod_mp3/mp3.conf
|
| Add the following line to your httpd.conf:
|
| include conf/mp3.conf
|
| Edit mp3.conf to suit your needs.
|
| If you already have Apache running on your machine,
| you should not use "apachectl restart" - instead,
| you should fully stop and then restart the server.
+---------------