Forum Moderators: phranque
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Options +FollowSymLinks All -Indexes
The default was changed from All to FollowSymlinks in 2.3.11
Mixing Options with a + or - with those without is not valid syntax, and will be rejected during server startup by the syntax check with an abort.
.htaccess: Either all Options must start with + or -, or no Option may
I checked the .htaccess file, and I'm wondering if the following is the problem:
Options +FollowSymLinks All -Indexes
I believe G1SMD suggested this line.
Mixing Options with a + or - with those without is not valid syntax, and will be rejected during server startup by the syntax check with an abort.
I know I didn't change the following (my mistake)...
Order allow,deny
Deny from all
In Apache 2.4 needs to be:
Require all granted
The default was changed from All to FollowSymlinks in 2.3.11
This option gets ignored if set anywhere other than <Directory>, as mod_negotiation needs real resources to compare against and evaluate from.
I believe G1SMD suggested this line.
I don't
I'm not sure why that line worked in Apache 2.2
Mixing Options with a + or - with those without is not valid syntax, and is likely to cause unexpected results.
Mixing Options with a + or - with those without is not valid syntax, and will be rejected during server startup by the syntax check with an abort.