Hello

I have set my configuration like following, but it seems I am not into the 
deamon mode.
did I miss something?
<VirtualHost myip>
ServerName myname
CustomLog /var/log/httpd/myname-access.log common
ErrorLog /var/log/httpd/myname-error.log

WSGIDaemonProcess myproject python-home=/path/to/myproject/.env
WSGIProcessGroup  myproject 
WSGIScriptAlias / '/path/to/myproject/myproject/wsgi.py'
<Directory '/path/to/myproject/myproject'>
<Files wsgi.py>
    Require all granted
</Files>
</Directory>

Alias '/static' '/homepage/myproject/static-files'
<Directory '/homepage/myproject/static-files'>
    AllowOverride None
    Require all granted
</Directory>
</VirtualHost>



-- 
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 modwsgi+unsubscr...@googlegroups.com.
To post to this group, send email to modwsgi@googlegroups.com.
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to