ServerAdmin admin@domain.de ServerName localhost ErrorLog /var/log/apache2/wiki-froscon_error_log TransferLog /var/log/apache2/wiki-froscon_access_log # you will invoke your moin wiki at the root url, like http://servername/FrontPage: WSGIScriptAlias / /home/wiki-froscon/moin.wsgi # create some wsgi daemons - use someuser.somegroup same as your data_dir: WSGIDaemonProcess froscon user=wiki-froscon group=wiki-froscon processes=5 threads=10 maximum-requests=1000 umask=0007 # use the daemons we defined above to process requests! WSGIProcessGroup froscon