Forum Moderators: Robert Charlton & goodroi
In an Apache-plus-nginx combo, who handles requests for nonexistent files, including vanilla 404s? Do they get dumped on Apache, which would explain the need for an ErrorDocument directive? And, contrariwise, if the requested file does exist, does the server still have to look for htaccess?
Can you deny requests both on the nginx side and on the Apache side?