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
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
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
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
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
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
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'
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
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