Skip to content

Commit 0f7a705

Browse files
pavlakisjaviereguiluz
authored andcommitted
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
1 parent c7d22b6 commit 0f7a705

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)