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.

im currently trying to deploy my django project to a web server hosted by a RHEL-8 VM. Im trying to set up the VM to utilize HTTPD (apache). However, i can’t seem to get the Virtual Host configuration files right. I am pretty new to django and web servers as this is my first time deploying a web server. As such, i have been trying to do this for quite some time now and nothing online seems to work. As of recently i have tried more or less following this tutorial https://computingforgeeks.com/deploy-python-3-django-application-on-centos-with-apache-and-mod-wsgi/ on getting it deployed. As such, here is the code i have added into /etc/httpd/conf.d/django.conf:
<VirtualHost *:80>
ServerAdmin info@awesomedjango.com
ServerName awesomedjango.com
DocumentRoot /var/www/
Alias /static /var/www/awesomedjango/static
<Directory "/var/www/awesomedjango/static">
Options FollowSymLinks
Order allow,deny
Allow from all
Require all granted
</Directory>
ErrorLog /var/www/awesomedjango/logs/apis_error.log
CustomLog /var/www/awesomedjango/logs/apis_access.log combined
WSGIPassAuthorization On
WSGIDaemonProcess awesomedjango python-path=/var/www/awesomedjango:/var/www/awesomedjango/venv/lib/python3.6/site-packages
WSGIProcessGroup awesomedjango
WSGIScriptAlias / /var/www/awesomedjango/v/wsgi.py
<Directory /var/www/awesomedjango/awesomedjango>
<Files wsgi.py>
Require all granted
</Files>
</Directory>
</VirtualHost>
But when i try to restart apache to apply this via ‘’’ apachectl restart ‘’', i just receive these errors:
Any help would be greatly appreciated as i cant seem to find a solution to my problem online. Thanks
dolphinnn
Vaishnavi Vundyala
016512ea60864da0867e5280f293de
Peter Monadjemi
Prince7hakur
devjk1
fc9acbfbc3124cbf8df28a1c5c5cdb
ab871885551143798f41908c709271
gouskova
Saivion Services
Marin
182d09356ab94d3893ddfaca4f0270