Commit 7aa306b
committed
minor #10433 Add note on Apache issue with FallbackResource (pavlakis)
This PR was submitted for the 4.1 branch but it was merged into the 4.3 branch instead (closes #10433).
Discussion
----------
Add note on Apache issue with FallbackResource
There was an Apache bug with FallbackResource when being called on the home page `/` causing Apache to hang. This is a difficult issue to debug and hence would be helpful to add a note here.
The Apache bug details can be found here: https://bz.apache.org/bugzilla/show_bug.cgi?id=58292
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).
-->
Commits
-------
0f7a705 Add note on Apache issue with FallbackResource1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
127 | 131 | | |
128 | 132 | | |
129 | 133 | | |
| |||
0 commit comments