[users@httpd] Rewrite without redirect?

2025-02-07 Thread Dave Wreski
Hi, I'd like to figure out how best to strip random query strings applied by external sites to our links like this: https://linuxsecurity.com/features/top-6-vulnerability-scanning-tools?ZhdOK=VBKCrHPPeszbcJQ The problem is that Google considers them unique URLs, which creates a duplicate con

Re: [users@httpd] Re: I am getting "undefined symbol: slts_runmode" when I try to run "httpd -t" test. Is there any way to work around this?

2025-02-07 Thread Rainer Canavan
On Fri, Feb 7, 2025 at 5:10 PM ohaya wrote: > > [FYI, I am seeing a response on the Apache list website, but I am NOT > receiving the response here in my Yahoo email :( !! So I will respond here] > > Here is the 'ldd webgate.so' > > [orcladmin@localhost lib]$ ldd > /apps/Oracle/Middleware/Oracl

[users@httpd] Followup to "Re: I am getting "undefined symbol: slts_runmode" when I try to run "httpd -t" test. Is there any way to work around this?"

2025-02-07 Thread o haya
Hi Rainer, My apologies but I am going to switch to this gmail account because something is causing responses to be blocked on Yahoo email :(, and I wanted to see if this email would work better !! In your last response you said: "In theory, you could work around this by using LD_PRELOAD, but th

RE: [users@httpd] Followup to "Re: I am getting "undefined symbol: slts_runmode" when I try to run "httpd -t" test. Is there any way to work around this?"

2025-02-07 Thread RAY, DAVID
[like] RAY, DAVID reacted to your message: From: o haya Sent: Friday, February 7, 2025 5:54:29 PM To: users@httpd.apache.org Cc: o haya Subject: [users@httpd] Followup to "Re: I am getting "undefined symbol: slts_runmode" when I try to run "httpd -t" test. Is t

[users@httpd] Re: Followup to "Re: I am getting "undefined symbol: slts_runmode" when I try to run "httpd -t" test. Is there any way to work around this?"

2025-02-07 Thread o haya
I wanted to followup on testing using LD_PRELOAD: - Using LD_PRELOAD I was able to get past the "httpd -t" test. I had to add both the libclntsh.so and the libclntshcore.so to the LD_PRELOAD because after I added just libclngshcore.so, another undefined symbol appeared, and that other symbol is

Re: [users@httpd] Rewrite without redirect?

2025-02-07 Thread Sinus
If there's no redirect, the script would run as if it received no QS, but any JS running in the browser and performing GA triggers would think the QS was there, and would report it as unique. Regardless of whether you make it work or not, this isn't likely to be a desirable situation. On Fri, 7 Fe

[users@httpd] I am getting "undefined symbol: slts_runmode" when I try to run "httpd -t" test. Is there any way to work around this?

2025-02-07 Thread ohaya
Hi, I am trying to get the "httpd -t" test to work but am getting an "undefined symbol" message. The Apache is 2.4.39 version that I built from source on a CENTOS 8.5 machine. Here's what I am running: export LD_LIBRARY_PATH=/apps/Oracle/Middleware/Oracle_Home/lib://apps/Oracle/Middleware/Ora

Re: [users@httpd] I am getting "undefined symbol: slts_runmode" when I try to run "httpd -t" test. Is there any way to work around this?

2025-02-07 Thread Rainer Canavan
On Fri, Feb 7, 2025 at 9:26 AM ohaya wrote: > > Hi, > > I am trying to get the "httpd -t" test to work but am getting an "undefined > symbol" message. > > The Apache is 2.4.39 version that I built from source on a CENTOS 8.5 machine. > > Here's what I am running: > > export > LD_LIBRARY_PATH=/ap

[users@httpd] Re: I am getting "undefined symbol: slts_runmode" when I try to run "httpd -t" test. Is there any way to work around this?

2025-02-07 Thread ohaya
[FYI, I am seeing a response on the Apache list website, but I am NOT receiving the response here in my Yahoo email :( !!  So I will respond here] Here is the 'ldd webgate.so' [orcladmin@localhost lib]$ ldd /apps/Oracle/Middleware/Oracle_Home/webgate/ohs/lib/webgate.so        linux-vdso.so.1 (0

[users@httpd] Re: I am getting "undefined symbol: slts_runmode" when I try to run "httpd -t" test. Is there any way to work around this?

2025-02-07 Thread ohaya
I am attaching the output from the strace. Jim On Friday, February 7, 2025 at 11:09:51 AM EST, ohaya wrote: [FYI, I am seeing a response on the Apache list website, but I am NOT receiving the response here in my Yahoo email :( !!  So I will respond here] Here is the 'ldd webgate.so