Hi Anton, On Wed, Dec 9, 2020 at 12:00 PM Anton Shepelev <anton.txt@xxxxxxxxx> wrote: > > > There should be a line like: > > > > ProxyPass ... http://127.0.0.1:3002 ... > > > > or: > > > > <Location "/..."> > > ... > > ProxyPass http://127.0.0.1:3002 ... > > ... > > </Location> > > > > somewhere, and adding disablereuse=on to the end of this > > ProxyPass line would disable connection reuse. > > That ProxyPass setting has come up many times in context of > this error 502, but the catch is that is commented out in > our version of > > apache2\conf\httpd.conf 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 means that there *is* a ProxyPass (or RewriteRule [P]) that configures httpd to do the proxying to 127.0.0.1:3002. If you can't find this piece of configuration you can send me the full "apache2\conf" archive (privately if you prefer). Since Redmine seems to run on port 3001 (not 3002), the fix would be to replace 127.0.0.1:3002 by 127.0.0.1:3001 in the httpd proxy settings.. Regards; Yann. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx