cool, needed that path, and it worked:

$ which mod_wsgi-express

/var/www/site1/FlaskApp/FlaskApp/venv/bin/mod_wsgi-express


(venv) $ sudo /var/www/site1/FlaskApp/FlaskApp/venv/bin/mod_wsgi-express 
install-module

LoadModule wsgi_module 
/usr/lib/apache2/modules/mod_wsgi-py35.cpython-35m-x86_64-linux-gnu.so
WSGIPythonHome /var/www/site1/FlaskApp/FlaskApp/venv


Ok so now how do I automate the connection to serve my app, can I skip 
creating a vhost and .wsgi file?  I need my servers IP 192.168.1.102 to be 
available on my mac browser.  

-- 
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