Starting django-apache2 ... done
Attaching to django-apache2
django-apache2 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.2. Set the 'ServerName' directive globally to suppress this message
Error
WSGIPythonPath /var/www/html/django_demo_app/demo_site
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName localhost
DocumentRoot /var/www/html/django_demo_app
Alias /static "/var/www/html/django_demo_app/demo_site/static"
WSGIScriptAlias / /var/www/html/django_demo_app/demo_site/demo_site/wsgi.py
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Правильный код: