I got the below error while I was configuring CKAN DataPusher.
Invalid command \'WSGIScriptAlias\', perhaps misspelled or defined by a module not in
To enable wsgi_mod in httpd, install the module
sudo yum install mod_wsgi
and make sure to load the module in the httpd config file
sudo nano /etc/httpd/conf/httpd.conf
then add the following line in the config file, to the list of other loaded module:
LoadModule wsgi_module modules/mod_wsgi.so