Skip to content

Commit 7aa306b

Browse files
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 FallbackResource
2 parents c7d22b6 + 0f7a705 commit 7aa306b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup/web_server_configuration.rst

+4
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ and increase web server performance:
124124
#SetEnv DATABASE_URL "mysql://db_user:db_pass@host:3306/db_name"
125125
</VirtualHost>
126126
127+
.. caution::
128+
129+
Use ``FallbackResource`` on Apache 2.4.25 or higher, due to a bug which was fixed on that release causing the root ``/`` to hang.
130+
127131
.. tip::
128132

129133
If you are using **php-cgi**, Apache does not pass HTTP basic username and

0 commit comments

Comments
 (0)