skip to Main Content

`NameError: name 'TypeError' is not defined` in Apache (mod_wsgi)

Install Version Apache apr-1.6.5 apr-util-1.6.1 httpd-2.4.7 mod_wsgi-4.6.8 pcre-8.32 Python 3.8.5 Django 3.1.2 Apache http.conf Listen 3600 WSGISocketPrefix /var/run/wsgi <VirtualHost *:3600> WSGIDaemonProcess project_name display-name=project_name WSGIScriptAlias / /data/project_name/config/wsgi.py process-group=api application-group=api ServerName project_name <Directory /data/project_name/config> Order allow,deny Allow from all Require all granted…

VIEW QUESTION

Redis – Django Channel 2 with Daphne on Heroku crash on starting

I created a django app using Channels 2 on heroku but it crash on starting with 503 error code. 2020-04-07T10:05:35.226253+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=www.mysite.com request_id=317bfbe6-9055-4957-9fbb-8190616c3964 fwd="" dyno= connect= service= status=503 bytes= protocol=https Procfile : release: python…

VIEW QUESTION
Back To Top
Search