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 about installing 2.4.48 in a non-standard location.

2021-09-21 Thread Carsten Reith
t; > Jeffrey Cauhape - IT Professional III - Linux and Solaris Administrator > Nevada Department of Employment, Training and Rehabilitation > (775) 224-6836 (cell) jpcauh...@detr.nv.gov > > -Original Message- > From: Carsten Reith > Sent: Tuesday, September 21, 2021 1:

Re: [users@httpd] Question about installing 2.4.48 in a non-standard location.

2021-09-21 Thread Carsten Reith
Hi, what do you do exactly ? - Do you build it with configure --prefix=/apps/apache_2.4.48 - make - make install and then copy it to the two target directories ? - Or do you build it two times modifiying the --prefix appropriately ? I would strongly suggest to install it the second way. Or

Re: [users@httpd] localhost api

2020-04-02 Thread Carsten Reith
How does your Listen directive in the httpd.conf look like ? Is Apache listening to 127.0.0.1 or only to an external NIC ? The output of netstat -tulpn would be helpful. cheers, Carsten On Wed, Apr 01, 2020 at 08:37:54PM +0300, John Smith wrote: >When trying to update data with POST,