openbsd-ports/www/mod_mp3/pkg/MESSAGE
okan 1686e32d55 - update to 0.40
- 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@
2008-01-30 20:41:41 +00:00

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.