On 05/21/2016 01:11 PM, Mick wrote: > > I added '-D UNIXD_H' to my /etc/conf.d/apache2 and the problem seems to be > gone.
That part should be unnecessary. I think there's some magic where we automatically uncomment the LoadModule unixd_module modules/mod_unixd.so line in your httpd.conf, even without a -D flag. I had to also replace in the config all vhosts "Order deny,allow" > directives with the new syntax. You can keep compatibility with the old syntax (if you need to) with APACHE2_MODULES="access_compat". If you're installing third-party web apps, many of them will ship with apache-2.2 htaccess files containing those "Order allow,deny" lines. Without the compatibility module (and if you don't fix them yourself), you'll get 500 errors.

