2004-10-13 14:59:18 -04:00
|
|
|
To finish the install of mod_mp3, you need
|
|
|
|
to enable the module by using the following command
|
|
|
|
|
2007-06-26 15:19:45 -04:00
|
|
|
${PREFIX}/sbin/${MODAPACHE_ENABLE}
|
2004-10-13 14:59:18 -04:00
|
|
|
|
2008-01-30 15:41:41 -05:00
|
|
|
A sample configuration has been copied to:
|
|
|
|
/var/www/conf/modules.sample/mp3.conf
|
2004-10-13 14:59:18 -04:00
|
|
|
|
2008-01-30 15:41:41 -05:00
|
|
|
Modify the sample configuration and create a symbolic link:
|
|
|
|
ln -s /var/www/conf/modules.sample/mp3.conf \
|
|
|
|
/var/www/conf/modules/mp3.conf
|
2004-10-13 14:59:18 -04:00
|
|
|
|
|
|
|
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.
|