[rt-users] RT install, apache problem.
Alex Vandiver
alexmv at bestpractical.com
Tue Feb 24 15:15:07 EST 2015
On Thu, 19 Feb 2015 18:06:05 -0500 "Joseph Mays" <mays at win.net> wrote:
> I have an installation or RT4.2 under Apache 2.4 on FreeBSD 10.1.
Sorry -- we've not updated the documentation for Apache 2.4 yet.
Replace:
Order allow,deny
Allow from all
..with:
Require all granted
Or use the mod_access_compat module. See
http://httpd.apache.org/docs/2.4/upgrading.html#access
- Alex
More information about the rt-users
mailing list