79301361

Date: 2024-12-22 17:08:52
Score: 0.5
Natty:
Report link

I ended up using the internal IPv6 address instead of localhost. I still do not understand why localhost does not work, but using the IPv6 address is fine enough in this case.

Thus, instead of

ProxyPass / http://localhost:24471/
ProxyPassReverse / http://localhost:24471/

I now use

ProxyPass / http://[fd00:0002::1]:24471/
ProxyPassReverse / http://[fd00:0002::1]:24471/

Of course, which address to use depends on your network setup.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Max Görner