[users@httpd] Simplyfing rewrite rules

2025-02-12 Thread Dave Wreski
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-

Re: [users@httpd] How to debug " AH00051: child pid 31929 exit signal Segmentation fault (11), possible coredump in /apps/httpd2.4"?

2025-02-12 Thread Brian Reichert
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