Alias /robots.txt /var/www/helios-server/sitestatic/robots.txt Alias /favicon.ico /var/www/helios-server/sitestatic/favicon.ico AliasMatch ^/([^/]*\.css) /var/www/helios-server/static/styles/$1 Alias /media /var/www/helios-server/sitestatic Alias /static /var/www/helios-server/sitestatic Alias /booth /var/www/helios-server/sitestatic/booth Alias /verifier /var/www/helios-server/sitestatic/verifier UseCanonicalName On SSLEngine on SSLCertificateFile /etc/ssl/certs/dev-helios-apache.crt SSLCertificateKeyFile /etc/ssl/private/dev-helios-apache.key DocumentRoot /var/www/helios-server Options All AllowOverride All Require all granted Options All AllowOverride All Require all granted Options All AllowOverride All Require all granted Options All AllowOverride All Require all granted Order deny,allow Allow from all Require all granted ErrorLog /var/log/apache2/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel info CustomLog /var/log/apache2/helios-access-443.log combined WSGIApplicationGroup %{GLOBAL} WSGIDaemonProcess eleicao display-name=%{GROUP} python-home=/venv python-path=/var/www/helios-server:/venv/lib/python2.7:/venv/lib/python2.7/site-packages WSGIScriptAlias / /var/www/helios-server/wsgi.py WSGIProcessGroup eleicao