Re: [users@httpd] question on CVE-2023-36760

2023-02-07 Thread carsten . reith
Well, what does your Proxy directive look like ? if it uses the ajp protocol, then you use AJP, if it says https or something else, then you don't use AJP. ProxyPass "/app" "ajp://backend.example.com:8009/app" (you use ajp) ProxyPass "/app" "https://backend.example.com:8009/app"; (you don't use

RE: [users@httpd] question on CVE-2023-36760

2023-02-07 Thread Thao, Pashia
Thank you for responding. I’m wondering though, how do I confirm it is using AJP or not using AJP for sure? Thanks, Pashia From: Otis Dewitt - NOAA Affiliate Sent: Tuesday, February 7, 2023 9:46 AM To: users@httpd.apache.org Subject: Re: [users@httpd] question on CVE-2023-36760 *External Ema

Re: [users@httpd] question on CVE-2023-36760

2023-02-07 Thread Otis Dewitt - NOAA Affiliate
If you are not using "*Apache JServ Protocol (AJP)" *then the CVE does not pertain to your Apache server. On Mon, Feb 6, 2023 at 5:46 PM Thao, Pashia wrote: > PWEB server is running a version of Apache affected. > > > > Our prod web server is running a version of the Apache affected by by > CVE-