[users@httpd] Re: Problem Configuring httpd 2.4 to allow expired client certficates

2024-08-13 Thread J Harri
I have since found this link: https://stackoverflow.com/questions/72020602/how-to-set-ld-preload-in-systemd The difficulties getting LD_PRELOAD to work with systemd is discussed there, and it said the wrapper approach was the solution. I had already tried the other approaches discussed, with no

RE: [users@httpd] 2.4.62 broke my UDS reverse proxy

2024-08-13 Thread Ohrstrom, Jeffrey
I'm making some progress on this looking at more debug logs. 2.4.62 seems to never hit this fixup UDS function (fixup_uds_filename) in proxy_util.c. I can see the log message in 2.4.37 but not in 2.4.62. So I think the URL is 'fixed up' in previous versions such that the mod_proxy_http can the

RE: [users@httpd] 2.4.62 broke my UDS reverse proxy

2024-08-13 Thread Ohrstrom, Jeffrey
Sorry if that link got mangled. It's this URL path on github.com. /OSC/ondemand/blob/eb4494ec7af2e4c0aa7fca7c23337e2402348a7f/mod_ood_proxy/lib/ood/proxy.lua#L11 -Original Message- From: Ohrstrom, Jeffrey Sent: Tuesday, August 13, 2024 2:00 PM To: users@httpd.apache.org Subject: RE: [u

RE: [users@httpd] 2.4.62 broke my UDS reverse proxy

2024-08-13 Thread Ohrstrom, Jeffrey
Thanks for the response! Here's the lua code - though it's a different bit (pun_proxy.lua is a directory above and calls this method that I think is more relevant). You can see in my original email the -- req_handler="proxy-server" -- is set. https://github.com/OSC/ondemand/blob/eb4494ec7af2e4

Re: [users@httpd] 2.4.62 broke my UDS reverse proxy

2024-08-13 Thread Eric Covener
On Tue, Aug 13, 2024 at 1:13 PM Ohrstrom, Jeffrey wrote: > we use LuaHookFixups to set some things and I get the sense that could have > something to do with it. Can you share pun_proxy.lua? Can you test with pun_proxy.lua only touching r->handler in the way that SetHandler example looks in ht

[users@httpd] 2.4.62 broke my UDS reverse proxy

2024-08-13 Thread Ohrstrom, Jeffrey
Hi, I run an open source project that uses apache. Our continuous integration has broken recently with the 2.4.62 update. Before opening a bug with httpd, I read I should post here first. Specifically I seem to be running into this warning message that ends up resulting in a 500 error message f