I want to deploy my Django project to EC2 server. I installed mod_wsgi.
And made configuration like in the tutorial of django.
I am getting the following:
just to add, How I solved my problem if you don't know the location of the modules just search for them
locate mod_alias.so
then you may get output like
/usr/lib/apache2/modules/mod_alias.so
then you can add that location in your config file
LoadModule alias_module /usr/lib/apache2/modules/mod_alias.so