[users@httpd] Out-Of-Office

2024-03-28 Thread Sivaramakrishna Polepalli
Hello, I will be OOO traveling from 03/28 to 05/06 returning back on 06/07. Please expect delays in my email responses. Please contact Aurus support prodsupp...@aurusinc.com / Yogesh Baviskar ybavis...@aurusinc.com or any support needs. Thanks Siva Polepalli +1 575-404-3272

Re: [users@httpd] RewriteMap and patterns

2024-03-28 Thread Dave Wreski
Hi, First make the proper redirections:   RewriteEngine on   RewriteMap lsv2ids "txt:/etc/httpd/conf.d/linuxsecurity-lsv2ids.map"   RewriteRule "/content/view/(.*)" "${lsv2ids:$1}" [R,L] Define the fallback for requests not ending in PHP but for which I hand the php handler to deal them.   F

[users@httpd] Out-Of-Office

2024-03-28 Thread Sivaramakrishna Polepalli
Hello, I will be OOO traveling from 03/28 to 05/06 returning back on 06/07. Please expect delays in my email responses. Please contact Aurus support prodsupp...@aurusinc.com / Yogesh Baviskar ybavis...@aurusinc.com or any support needs. Thanks Siva Polepalli +1 575-404-3272

Re: [users@httpd] RewriteMap and patterns

2024-03-28 Thread Dave Wreski
Hi, First make the proper redirections:   RewriteEngine on   RewriteMap lsv2ids "txt:/etc/httpd/conf.d/linuxsecurity-lsv2ids.map"   RewriteRule "/content/view/(.*)" "${lsv2ids:$1}" [R,L] Define the fallback for requests not ending in PHP but for which I hand the php handler to deal them.   F