The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
I checked the Apache logs, and found an error with the file wsgihandler.py. I took a version from the Web2Py GitHub, and replaced it. Since doing that and restarting apache2, I get a ticket come up whenever I try to connect to the server. I have a feeling that it is because there are some Python 2.7 modules/code still loaded, but I am not sure which ones or how to update them to Python3 compatible versions.
I have tried clearing the sessions and errors.
Thank you.