diff --git a/cookbook/configuration/web_server_configuration.rst b/cookbook/configuration/web_server_configuration.rst index 71a1c8172b7..8273ffd3dff 100644 --- a/cookbook/configuration/web_server_configuration.rst +++ b/cookbook/configuration/web_server_configuration.rst @@ -93,6 +93,14 @@ and increase web server performance: # Options FollowSymlinks # + # optionally disable the RewriteEngine for the asset directories + # which will allow apache to simply reply with a 404 when files are + # not found instead of passing the request into the full symfony stack + + + RewriteEngine Off + + ErrorLog /var/log/apache2/project_error.log CustomLog /var/log/apache2/project_access.log combined