[Answered ]-Apache config with static site and django wsgi app

2👍

Remove:

Alias / "/var/www/"

Set DocumentRoot for the default static file root.

DocumentRoot /var/www

Also be aware that the target path for the WSGIScriptAlias directive has to be an absolute path and can’t just be ‘service.wsgi’.

Leave a comment