ServerAdmin postmaster@your.domain ServerName maposmatic DocumentRoot /path/to/maposmatic/www WSGIScriptAlias / /path/to/maposmatic/www/maposmatic.wsgi Options FollowSymLinks AllowOverride None Alias /smedia /path/to/maposmatic/www/media/ Options FollowSymlinks +Indexes Order allow,deny Allow from all # Alias RENDERING_RESULT_URL RENDERING_RESULT_PATH # as defined in www/settings_local.py Alias /rendered /path/to/rendering/results/ Options FollowSymlinks +Indexes Order allow,deny Allow from all LogLevel warn ServerSignature On CustomLog /path/to/maposmatic/logs/access.log combined ErrorLog /path/to/maposmatic/logs/error.log