Attachment 'wiki-froscon.txt'

Download

   1 <VirtualHost *:80>
   2     ServerAdmin admin@domain.de
   3     ServerName localhost
   4     ErrorLog /var/log/apache2/wiki-froscon_error_log
   5     TransferLog /var/log/apache2/wiki-froscon_access_log
   6 
   7     # you will invoke your moin wiki at the root url, like http://servername/FrontPage:
   8     WSGIScriptAlias / /home/wiki-froscon/moin.wsgi
   9 
  10     # create some wsgi daemons - use someuser.somegroup same as your data_dir:
  11     WSGIDaemonProcess froscon user=wiki-froscon group=wiki-froscon processes=5 threads=10 maximum-requests=1000 umask=0007
  12 
  13     # use the daemons we defined above to process requests!
  14     WSGIProcessGroup froscon
  15 </VirtualHost>   

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2012-08-23 11:51:20, 10.9 KB) [[attachment:PyCologne-2012-Logo.png]]
  • [get | view] (2012-08-23 11:51:24, 139.8 KB) [[attachment:pycologne.svg]]
  • [get | view] (2012-08-23 11:51:28, 0.6 KB) [[attachment:wiki-froscon.txt]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.