1686e32d55
- fix HOMEPAGE/MASTER_SITES - fix WANTLIB in mysql - regen patches - make escaping more pgsql friendly - fixes to pgsql upsteam - no longer alpha - run pkg/DESCR through fmt(1) - use httpd(8) modules.sample for @sample feedback and ok merdely@
16 lines
508 B
Plaintext
16 lines
508 B
Plaintext
To finish the install of mod_mp3, you need
|
|
to enable the module by using the following command
|
|
|
|
${PREFIX}/sbin/${MODAPACHE_ENABLE}
|
|
|
|
A sample configuration has been copied to:
|
|
/var/www/conf/modules.sample/mp3.conf
|
|
|
|
Modify the sample configuration and create a symbolic link:
|
|
ln -s /var/www/conf/modules.sample/mp3.conf \
|
|
/var/www/conf/modules/mp3.conf
|
|
|
|
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.
|