Hi,
Can someone help me to consolidate these rules into something more
efficient?
RewriteCond %{REQUEST_URI} !^/images/gen
RewriteRule ^images/(.*)-esm-w([0-1]{1}[0-9]{2}|200)\.webp$
/images/gen/$1-esm-w200.webp [R=301,L]
RewriteCond %{REQUEST_URI} !^/images/gen
RewriteRule ^images/(.*)-esm-
On Tue, Feb 11, 2025 at 07:09:37AM -0500, o haya wrote:
> The Apache starts up with no problem, but as soon as I try to do a test
> request to the Apache, I am getting that segmentation fault in the Apache
> "error_log".
Sometime I resort to using strace to reveal what the process is
doing. It wi