File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ following configuration file:
3939 resource : ' ../src/Controller/'
4040 type : annotation
4141
42- This configuration tells Symfony to looks for routes defined as annotations in
42+ This configuration tells Symfony to look for routes defined as annotations in
4343any PHP class stored in the ``src/Controller/ `` directory.
4444
4545Suppose you want to define a route for the ``/blog `` URL in your application. To
Original file line number Diff line number Diff line change @@ -124,6 +124,11 @@ 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
130+ fixed on that release causing the root ``/ `` to hang.
131+
127132.. tip ::
128133
129134 If you are using **php-cgi **, Apache does not pass HTTP basic username and
You can’t perform that action at this time.
0 commit comments