Re: [users@httpd] slotmem error still occuring after updating to Apache 2.4.43 APR 1.7.0

2020-12-07 Thread Wendell Hatcher
Also, sorry I didn't see the APR question below. httpd -V Server version: Apache/2.4.46 (Unix) Server built: Nov 24 2020 16:30:58 Server's Module Magic Number: 20120211:93 Server loaded: APR 1.7.0, APR-UTIL 1.6.1 Compiled using: APR 1.7.0, APR-UTIL 1.6.1 Architecture: 64-bit Server MPM: wor

Re: [users@httpd] slotmem error still occuring after updating to Apache 2.4.43 APR 1.7.0

2020-12-07 Thread Wendell Hatcher
Awesome, thanks! This is what I figured as well that the issue will continue if we did not update the balancer. Let me look into it further and see if we can figure it out how to update the balancer names to unique IDs I didn't think about this and thought about splitting our mod_proxy conf files u

Re: [users@httpd] Re: GET working but POST failing with error 502

2020-12-07 Thread Yann Ylavic
On Mon, Dec 7, 2020 at 5:55 PM Anton Shepelev wrote: > > All POST requests fail: when I either repeat the same > requiest over and over, or try different requrest. All GET > requests work. This sounds like a crash or something which causes Redmine to close the connection upon receipt of the POST

Re: [users@httpd] slotmem error still occuring after updating to Apache 2.4.43 APR 1.7.0

2020-12-07 Thread Yann Ylavic
On Mon, Dec 7, 2020 at 6:33 PM Wendell Hatcher wrote: > > Yann, quick question would it be ok to have a cronjob running daily maybe at > slow periods that runs a script to delete the sephmore segments using a > script while apache is running? It shouldn't cause issues with the apache > server p

Re: [users@httpd] slotmem error still occuring after updating to Apache 2.4.43 APR 1.7.0

2020-12-07 Thread Wendell Hatcher
Yann, quick question would it be ok to have a cronjob running daily maybe at slow periods that runs a script to delete the sephmore segments using a script while apache is running? It shouldn't cause issues with the apache server processing data correct? Second ndly, we want to run a script during

[users@httpd] Re: GET working but POST failing with error 502

2020-12-07 Thread Anton Shepelev
Yann Ylavic: > Do all the POST requests fail or only some of them? All POST requests fail: when I either repeat the same requiest over and over, or try different requrest. All GET requests work. > If some requests succeed, it may be a problem of > connection reuse between Redmine (running on 127

[users@httpd] Updating apache from 2.4.6 to 2.4.46

2020-12-07 Thread Kapil Awate
Hi All, I am building RPM for apace 2.4.46 as want o upgrade 2.4.6 to 2.4.46. Before building httpd rpm, built and installed apr and apr-util. While building httpd rpm I am getting below error, Executed command : rpmbuild -tb httpd-2.4.46.tar.bz2 Error encountered : ab.o: In function `main'

Re: [users@httpd] Re: GET working but POST failing with error 502

2020-12-07 Thread Yann Ylavic
On Mon, Dec 7, 2020 at 1:39 PM Anton Shepelev wrote: > > I wrote: > > > The problem is that Redmine's REST API works for reading > > but not for writing, that is the GET command works whereas > > the POST command fails with error 502 > > Even with the most detailed logging, the failed POST > reque

[users@httpd] Re: GET working but POST failing with error 502

2020-12-07 Thread Anton Shepelev
I wrote: > The problem is that Redmine's REST API works for reading > but not for writing, that is the GET command works whereas > the POST command fails with error 502 Even with the most detailed logging, the failed POST requests do not appear in the Redmine log, whereas successful GET request a