This second way of installing mod_wsgi will compile not only the Apache module for mod_wsgi, but will also install a Python module and admin script, which on UNIX type systems can be used to start up ...
cp /usr/lib/systemd/system/httpd.service /usr/lib/systemd/system/httpd-py2.service; cp -pr /etc/httpd /etc/httpd-py2; cp /etc/sysconfig/httpd /etc/sysconfig/httpd-py2 ...