[Bug 64885] Do we need specify that ChrootDir must be a valid directory?

2023-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64885 --- Comment #1 from Rich Bowen --- I could probably be persuaded otherwise, but I feel like the phrase "Please make sure you are properly familiar with the operation of chroot before attempting to use this feature" covers this point, as well as

[Bug 57813] Rewrite 'pre-compressed content' recipe using 2.4 metaphors

2023-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57813 --- Comment #5 from Rich Bowen --- Luca, since this patch was provided, and I apparently managed to ignore it for 7 years, the example in the doc has been modified (combine js and css into a single regex) so that the patch doesn't apply cleanly

[Bug 57813] Rewrite 'pre-compressed content' recipe using 2.4 metaphors

2023-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57813 --- Comment #6 from Rich Bowen --- In particular: -RewriteCond "%{HTTP:Accept-encoding}" "gzip" -RewriteCond "%{REQUEST_FILENAME}\.gz" -s -RewriteRule "^(.*)\.(css|js)" "$1\.$2\.gz" [QSA] +