/usr/share/doc/tilelite/examples/wsgi.conf is in tilelite 0.1.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | <VirtualHost *:80>
ServerName tileliteserver.com
ServerAlias www.tileliteserver.com
WSGIScriptAlias / /home/mapnik/projects/tilelite/tiles_app.py
WSGIDaemonProcess tileliteserver user=www-data group=www-data processes=10 threads=1
WSGIProcessGroup tileliteserver
</VirtualHost>
|