You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #6223 Improveme the apache/mod_php configuration example (gnat42)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes#6223).
Discussion
----------
Improveme the apache/mod_php configuration example
We recently had a project undergo a massive security scan. We had setup email error reporting, so symfony sent us ~15K emails all mostly route not found when the scanner was playing around in the bundles asset directory. In reality if a file isn't available in the bundles directory the server can simply return a 404 not found, and it is probably also slightly more secure and performant to not fire up the entire symfony framework in that case.
Commits
-------
67b661e Improvement to the apache/mod_php configuration example
0 commit comments