- Respect "apache modules convention".
When you install an apache module via ports or packages, ideally
module must not alter configuration (not enabled by default)
Add mod_auth_cookie_mysql 1.0,
allows authentication against a
MySQL database via a secure cookie.
PR: 57707
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>