From 485b7cab832a7489e5284209f85d84bda05cd23d Mon Sep 17 00:00:00 2001 From: Fabian Freiburg Date: Wed, 5 Feb 2025 15:14:38 +0100 Subject: [PATCH] Readd handling of fallback of bundles directory in Apache config --- setup/web_server_configuration.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/setup/web_server_configuration.rst b/setup/web_server_configuration.rst index e5a0c9e7fd9..832eb099522 100644 --- a/setup/web_server_configuration.rst +++ b/setup/web_server_configuration.rst @@ -91,6 +91,14 @@ directive to pass requests for PHP files to PHP FPM: # Options FollowSymlinks # + # optionally disable the fallback resource for the asset directories + # which will allow Apache to return a 404 error when files are + # not found instead of passing the request to Symfony + # + # DirectoryIndex disabled + # FallbackResource disabled + # + ErrorLog /var/log/apache2/project_error.log CustomLog /var/log/apache2/project_access.log combined