Just upgraded the server to Apache 2.4, and started getting 500 errors on everything. Turns out the access control was completely changed; instead of
Order deny,allow
and
Deny from all
you use Require all denied
. That change fixed everything. Hope this helps someone.
Leave a Reply