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

2020-12-09 Thread Anton Shepelev
I wrote: > I have a problem with the Bitnami Redmine stack, based on > Apache, but being an inexpericed user, I do not even know > which component is causing it. Can you please review the > error details below and let me know if a misconfigured > Apache may be the culprit or I should look into Red

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

2020-12-09 Thread Anton Shepelev
Yann Ylavic: > If this log shows up on the httpd side: > >[proxy_http:error] ... AH01102: error reading status line from remote > server 127.0.0.1:3002 It surely does. > it means that there *is* a ProxyPass (or RewriteRule [P]) > that configures httpd to do the proxying to > 127.0.0.1:3002.

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

2020-12-09 Thread Yann Ylavic
Hi Anton, On Wed, Dec 9, 2020 at 12:00 PM Anton Shepelev wrote: > > > There should be a line like: > > > > ProxyPass ... http://127.0.0.1:3002 ... > > > > or: > > > > > > ... > > ProxyPass http://127.0.0.1:3002 ... > > ... > > > > > > somewhere, and adding di

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

2020-12-09 Thread Anton Shepelev
Yann Ylavic, > This sounds like a crash or something which causes Redmine > to close the connection upon receipt of the POST request > (without any response). The people at Bitnami asked me to try with port 3001 instead of 81, explaining that Redmine's Thin server is on 3001, and Apache is just a

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

[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

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