sosothirsty;10988256 wrote:Sorry, I should have explained nothing gets recorded in the error log, only a message to the access log as shown below.
Are you sure you're looking at the right error log? I can't imagine Apache would itself produce a 5xx status code without attempting to log something to the error log (if configured for one, of course).
sosothirsty;10988256 wrote:So I did some fiddling and started renaming my folders. Every folder name worked except 'examples'.
Sounds like 'examples' (or the path to it) is being redirected somewhere, e.g. in httpd.conf, an included .conf file, or in a .htaccess file somewhere.
Again, if that were the case and Apache is generating errors because it can't find whatever 'examples' is supposed to be linked to, I would have thought that something would be written to the error log. Otherwise, you're left with nothing to go on and will have to search through the various Apache config files looking for... something.