<VirtualHost *:80>
    ServerName superhost.gr
    ServerAdmin [email protected]

    WSGIDaemonProcess public_html user=nikos group=nikos processes=1 threads=5
    WSGIScriptAlias / /home/nikos/public_html/webapp.py

    ProxyPass / http://superhost.gr:5000/
    ProxyPassReverse / http://superhost:5000/

    <Directory /home/nikos/public_html>
        WSGIProcessGroup public_html
        WSGIApplicationGroup %{GLOBAL}
        WSGIScriptReloading On

       AddHandler wsgi-script .wsgi .py
       Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI

       AllowOverride None
       Require all granted
   </Directory></VirtualHost>


Hello, 3 days now i;m facing the same problem i have installed 
python36u-mod_wsgi module because mod_wsgi coudl not be isntalled.

I reinstalled anything from scratch but still my wsgi webapp.py application 
wont run.

Please help me out. The above is httpd-vhosts.conf  as i have configured it.

I'am running on centOS 7 with python36u installed and Apache Web Server.

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to