https://bz.apache.org/bugzilla/show_bug.cgi?id=35768
--- Comment #16 from abgimeno <[email protected]> --- After testing on Apache 2.4.1+ with various log levels (warn, info, debug), we can confirm that "File does not exist" messages (404 Not Found) are no longer logged in error_log by default. Instead, they are correctly logged only in access_log, preventing unnecessary log spam in error_log. This confirms that the previous fix in r1180328 successfully resolved the issue. Since 404 Not Found is a client-side event (not a server error), this behavior aligns with expected logging practices. If admins still want to log 404 errors in error_log, they can explicitly enable it via mod_rewrite or CustomLog configuration. Conclusion: This ticket is no longer reproducible in Apache 2.4.1+ and can be closed as RESOLVED/FIXED. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
