I have 10.4.0 sites working on Apache so there must be additional steps to reproduce the bug. Perhaps it is related to the Apache configuration that is in the Docker image. What is that configuration?
- 🇧🇪Belgium tchandelle
Somehow, it's not letting me update the issue. So here is the Dockerfile and instructions on how to build it, that I use for my tests, hope it helps. It's a standard Apache configuration.
- 🇳🇿New Zealand quietone
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies → .
Hello,
I had the same problem and found that yes, it's the Apache configuration.
mod_rewrite must be enabled, then the aggregation works.I found that mentioned here: https://www.drupal.org/project/drupal/issues/3381293#comment-16111995 🐛 Aggregation not working css and js cache directories not being created Active
With that knowledge, more sources can be found, like
https://www.drupal.org/project/drupal/issues/3365639 🐛 Add requirement error if Apache does not have mod_rewrite enabled Needs work
or
https://www.drupal.org/docs/getting-started/system-requirements/web-serv... →