Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Accepted Answer
SOLVED: Errors lied within SELinux. I had to give fix up selinux policies for my project. Have a look at this thread for more detail: https://unix.stackexchange.com/questions/50639/httpd-cant-write-to-folder-file-because-of-selinux
Hi there @abartlett1206,
Usually, after making any changes to your Apache config, I would recommend first running Apache config test before restarting the service:
- apachectl -t
And then only if you get Syntax OK proceed with the Apache restart.
I think that the problem might be that the mod_wsgi enabled is not enabled.
I would recommend following the steps from this tutorial here on how to configure your Apache service:
If this still does not work, feel free to share the output of the config test command and the last few lines from your Apache error log.
Hope that this helps! Regards, Bobby