All our servers that just updated to Apache 2.4.48 are starting to fail because of this:
May 26 12:01:06 server01.xxx.nl httpd[49971]: AH00526: Syntax error on line 3 of /etc/httpd/conf/extra/httpd-directories.conf:
May 26 12:01:06 server01.xxx.nl httpd[49971]: Option FollowSymLinks not allowed here
The changelogs for Apache 2.4.48 say:
*) core: In the absence of any Options directives, the default is now
"FollowSymlinks" instead of "All". [Igor Galić]
That looks like the FollowSymlinks in /etc/httpd/conf/extra/httpd-directory.conf is not necessary anymore, but it should be allowed. That might be a bug.
We're currently bulk-updating the /etc/httpd/conf/extra/httpd-directories.conf to prevent servers from going offline.
May 26 12:01:06 server01.xxx.nl httpd[49971]: AH00526: Syntax error on line 3 of /etc/httpd/conf/extra/httpd-directories.conf:
May 26 12:01:06 server01.xxx.nl httpd[49971]: Option FollowSymLinks not allowed here
The changelogs for Apache 2.4.48 say:
*) core: In the absence of any Options directives, the default is now
"FollowSymlinks" instead of "All". [Igor Galić]
That looks like the FollowSymlinks in /etc/httpd/conf/extra/httpd-directory.conf is not necessary anymore, but it should be allowed. That might be a bug.
We're currently bulk-updating the /etc/httpd/conf/extra/httpd-directories.conf to prevent servers from going offline.