[users@httpd] Re: Apache Not Starting via XAMPP.

2024-03-09 Thread webadmin
There had been a different issue (extremely slow internet browsing speeds) that forced me to ultimately reinstall Windows 11 and all my apps from scratch. Afterward, in XAMPP, MySQL started crashing. I tried to change the MySQL port. Now it works, though, oddly, it appears to still be using the

Re: [users@httpd] RewriteMap and patterns

2024-03-09 Thread Dave Wreski
Hi, I think the issue is that mod_proxy uses r->filename (i.e. what non-PT rewrites put the substitution) to setup the proxy sub-modules when using SetHandler to configure proxying. I'm not sure I understand what that means - do you have a recommendation for how I should configure this

Re: [users@httpd] RewriteMap and patterns

2024-03-09 Thread Eric Covener
Try without [PT]. On Sat, Mar 9, 2024 at 11:17 AM Dave Wreski wrote: > > Hi, > > I think the issue is that mod_proxy uses r->filename (i.e. what non-PT > rewrites put the substitution) to setup the proxy sub-modules when > using SetHandler to configure proxying. > > I'm not sure I understand

Re: [users@httpd] RewriteMap and patterns

2024-03-09 Thread Dave Wreski
Hi Eric, Might have to prefix with %{DOCUMENT_ROOT} I've tried variations of that, including the following, but no luck. They all fail with 400 or "invalid request" RewriteRule "/content/view/(.*)" "${lsv2ids:$1}" RewriteRule "/content/view/(.*)" "%{DOCUMENT_ROOT}${lsv2ids:$1}" [PT]

Re: [users@httpd] RewriteMap and patterns

2024-03-09 Thread Eric Covener
Might have to prefix with %{DOCUMENT_ROOT} On Sat, Mar 9, 2024 at 11:48 AM Eric Covener wrote: > > Try without [PT]. > > On Sat, Mar 9, 2024 at 11:17 AM Dave Wreski > wrote: > > > > Hi, > > > > I think the issue is that mod_proxy uses r->filename (i.e. what non-PT > > rewrites put the

[users@httpd] mod_authnz_fcgi configuration guide

2024-03-09 Thread Ali Shirvani
Hello everyone, I tried to configure mod_authnz_fcgi according to its manual; however, I am unsure how to run the Perl scripts so that Apache2 can communicate with FastCGI scripts. Could you please provide guidance on this? Regards, Ali