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:
39
39
resource : ' ../src/Controller/'
40
40
type : annotation
41
41
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
43
43
any PHP class stored in the ``src/Controller/ `` directory.
44
44
45
45
Suppose 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:
124
124
#SetEnv DATABASE_URL "mysql://db_user:db_pass@host:3306/db_name"
125
125
</VirtualHost>
126
126
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
+
127
132
.. tip ::
128
133
129
134
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