Error: "module wsgi_module is already loaded, skipping"
Solution 1:
You are likely loading the module multiple times. Check in your conf.d directory.
grep LoadModule /etc/httpd/conf.d/*.conf
and see what modules each config are attempting to load.