931d92d Better mod_wsgi configuration

2 files Authored by cheimes 2 years ago, Committed by abbra 2 years ago,
    Better mod_wsgi configuration
    
    * Remove WSGIImportScript
    * Configure process-group in WSGIScriptAlias
    * Run WSGI app in main interpreter of daemon script
    
    See: https://github.com/GrahamDumpleton/mod_wsgi/issues/642#issuecomment-749498828
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>