Trouble with bitnami Plone instance on AWS

I have a plone bitnami vm on aws. The bitnami control panel says plone is running and apache is running. Apache 503s whenever I try to get to the IP address the server is running on.

The Apache error log reads
[Wed Sep 21 19:49:27.373722 2022] [proxy:error] [pid 1382] (111)Connection refused: AH00957: http: attempt to connect to 127.0.0.1:8081 (*) failed
[Wed Sep 21 19:49:27.373734 2022] [proxy_http:error] [pid 1382] [client 145.239.154.85:52202] AH01114: HTTP: failed to make connection to backend: 127.0.0.1

The github issue for the bitnami plone ticket I opened is on their github page as 503 error, issue number 342. They told me to ask plone support for feedback with the error, but I can't actually see what the error is.

If anyone has had similar issues or knows what I need to do to get this working, I'd appreciate it. I'm completely at a loss for how to begin figuring it out.

It sounds like maybe the Plone instance isn’t running. Is there a way for you to login with a command shell, and inspect the processes that are running?

Did this run correctly before?

I've been trying to muddle through this, being new to Plone and Python in general. Bitnami have repeatedly given me false information, and their httpd.conf referred to a port that wasn't in use at all.

this is the tail of zeosever.log when I restart the server

2022-10-04T09:26:52 daemonizing the process
2022-10-04T09:26:52 set current directory: '/opt/bitnami/apps/plone/zeocluster/parts/zeoserver'
2022-10-04T09:26:52 daemon manager started
2022-10-04T09:26:52 spawned process pid=2819
2022-10-04T09:26:52 (2819) created PID file '/opt/bitnami/apps/plone/zeocluster/var/zeoserver/zeoserver.pid'
2022-10-04T09:26:52 (2819) opening storage '1' using FileStorage
2022-10-04T09:26:53 StorageServer created RW with storages: 1:RW:/opt/bitnami/apps/plone/zeocluster/var/filestorage/Data.fs
2022-10-04T09:26:53 listening on ('127.0.0.1', 8100)
2022-10-04T09:27:02 Connected server protocol
2022-10-04T09:27:02 received handshake 'Z5'

This is the tail of zclient1's event.log

2022-10-04 09:27:00,500 INFO    [chameleon.config:38][MainThread] directory cache: /opt/bitnami/apps/plone/zeocluster/var/cache.
2022-10-04 09:27:02,161 INFO    [ZEO.ClientStorage:202][MainThread] zeostorage ClientStorage (pid=2830) created RW/normal for storage: '1'
2022-10-04 09:27:02,162 INFO    [ZEO.cache:208][MainThread] created temporary cache file 7
2022-10-04 09:27:02,168 INFO    [ZEO.asyncio.base:51][zeostorage zeo client networking thread] Connected Protocol(('127.0.0.1', 8100), '1', False)
2022-10-04 09:27:02,178 INFO    [ZEO.ClientStorage:362][zeostorage zeo client networking thread] zeostorage Connected to storage: ('localhost', 8100)
2022-10-04 09:27:09,806 INFO    [Zope:45][MainThread] Ready to handle requests

When I try to open the IP address for the server with the apache proxy listening on 8100, instead of what bitnami said to listen on, I get

2022-10-04T09:29:23 (unconnected) disconnected
2022-10-04T09:30:08 Connected server protocol
2022-10-04T09:31:08 (unconnected) disconnected

What I think I'm going to need to do is completely nuke and pave the instance though. Because with bitnami no longer supporting plone and their custom code in place, I think just starting fresh is my best choice.