[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

Re: [users@httpd] some questions to mod_rewrite

2020-12-09 Thread Eric Covener
On Wed, Dec 9, 2020 at 11:35 AM Lentes, Bernd wrote: > > Hi, > > i just setup a Nextcloud instance in conjunction with OnlyOffice. > NC makes heavy use of mod_rewrite and i try to understand it. > mod_rewrite isn't easy, so i have some questions and hope for help: > > 1. Is a RewriteCond just vali

[users@httpd] some questions to mod_rewrite

2020-12-09 Thread Lentes, Bernd
Hi, i just setup a Nextcloud instance in conjunction with OnlyOffice. NC makes heavy use of mod_rewrite and i try to understand it. mod_rewrite isn't easy, so i have some questions and hope for help: 1. Is a RewriteCond just valid for the consequent rule or for all consequent rules ? 2. Example:

[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