Skip to content

Commit 6509948

Browse files
authored
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 433e296 commit 6509948

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup/web_server_configuration.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ and increase web server performance:
121121
#SetEnv DATABASE_URL "mysql://db_user:db_pass@host:3306/db_name"
122122
</VirtualHost>
123123
124+
.. caution::
125+
126+
Use ``FallbackResource`` on Apache 2.4.25 or higher, due to a bug which was fixed on that release causing the root ``/`` to hang.
127+
124128
.. tip::
125129

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

0 commit comments

Comments
 (0)