--
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+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/62C31893-47BD-4304-A397-5E5B80FF414C%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/8D94077E-4989-473A-8AFE-445A74DEF1CD%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/C224AD97-E987-4365-88FF-01419BAD3F3C%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/B9471E6C-626B-4915-B8A8-FE0CA903B9D1%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/C7C39B3F-B6A4-472C-ABD0-7732D8DA24E3%40gmail.com.
#!/bin/sh#Configuration on how to start the serverpython manage.py runmodwsgi \--server-root /etc/wsgi-port-80 \--user www-data --group www-data \--port 80 --setup-only \--https-only \--https-port 443 \--ssl-certificate-file "/etc/letsencrypt/live/www.dimsum.dk/cert.pem" \--ssl-certificate-key-file "/etc/letsencrypt/live/www.dimsum.dk/privkey.pem" \--server-name 'www.dimsum.dk'#Starting the serversudo /etc/wsgi-port-80/apachectl stopsudo /etc/wsgi-port-80/apachectl start
To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/803E9055-C114-4785-8880-0533F1BF3599%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/FE21B0BA-9C27-4BAB-AFA0-E5D592377E5A%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/3060EA7D-4E13-4B42-9AF9-19FDA60C8B95%40gmail.com.