Follow the normal setup instructions for mod_wsgi in Flask documentation or 
work it out from:

     
http://modwsgi.readthedocs.io/en/develop/user-guides/quick-configuration-guide.html
 
<http://modwsgi.readthedocs.io/en/develop/user-guides/quick-configuration-guide.html>

The Flask documentation is probably the better place to start.

If confused then use mod_wsgi documentation.

Graham

> On 12 May 2016, at 1:41 PM, Jaqen Nki <[email protected]> wrote:
> 
>         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] 
> <mailto:[email protected]>.
> To post to this group, send email to [email protected] 
> <mailto:[email protected]>.
> Visit this group at https://groups.google.com/group/modwsgi 
> <https://groups.google.com/group/modwsgi>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

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