www/mod_auth_mysql2 should be disabled for apache24
Walter Schwarzenfeld
w.schwarzenfeld at utanet.at
Fri Nov 6 16:31:49 UTC 2015
correction (forgot else)
#ifdef APACHE24
const apr_array_header_t *reqs_arr = NULL;
#else
const apr_array_header_t *reqs_arr = ap_requires(r);
#endif
More information about the freebsd-ports
mailing list