Content
Can't connect anymore, error 503 Service Unavailible
Added by Sebastian Schubert about 2 years ago
Hello all,
recently I installed OpenProject on Ubunto 22.04. It was running fine. SSL is activated.
2 days ago I installed Nextcloud on the same system. Somehow the setup for openproject became corrupted. I took a look thru many logfiles but could not find the exact source of the problem. But one entry in the apache error log is strange
[proxy:error] [pid 559525] (111)Connection refused: AH00957: http: attempt to connect to 127.0.0.1:6000 (127.0.0.1) failed
Can this be the source of the problem? I deactivated iptables without success. Is there anything else where to look?
If I can't solve this I will reinstall everything. Fortunatelly this is not a production environment yet.
Thanks for help
Sebastian
Replies (3)
Hi Sebastian
please restart by using two seperated servers or docker containers.
You could use proxmox for virtualization if you have only one hardware and would like to avoid docker.
It is not recommended to place anything else on the server of Openproject nor Nextcloud.
I support Adam's suggestion to separate out both software products into two servers. You might also consider using LXD if it is not possible for you to install another Ubuntu machine.
Thanks for your answers-. That was also my guess. I will try to go with docker or LXD.