Attachment 'apache2-moinmoin.conf'

Download

Listen 43.128.73.78:443
NameVirtualHost 43.128.73.78:443
<VirtualHost 43.128.73.78:443>
        SSLEngine on
        SSLCertificateFile /etc/apache2/ssl.crt/update.wischwasch.com.crt
        SSLCertificateKeyFile /etc/apache2/ssl.key/update.wischwasch.com.key

        ServerName update.wischwasch.com
        ServerAdmin webmaster@wischwasch.com

        DocumentRoot /var/www/moinmoin/htdocs

        <Directory /var/www/moinmoin>
                Options FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>

        Alias /robots.txt /var/www/moinmoin/htdocs/robots.txt
        Alias /favicon.ico /var/www/moinmoin/htdocs/favicon.ico
        Alias /htdocs/ /var/www/moinmoin/htdocs/

        ErrorLog  /var/log/apache2/moinmoin443-error.log
        CustomLog /var/log/apache2/moinmoin443-access.log common

        # this is the URL http://servername/moin/ you will use later to invoke moin:
        #WSGIScriptAlias /zk /var/www/moinmoin/server/moin.wsgi
        WSGIScriptAlias /zgb /var/www/moinmoin/server/moin.wsgi
        WSGIScriptAlias /wiki /var/www/moinmoin/server/moin.wsgi
        WSGIScriptAlias /steuerrecht /var/www/moinmoin/server/moin.wsgi

        # create some wsgi daemons - use someuser.somegroup same as your data_dir:
        WSGIDaemonProcess daemonwiki2 user=moinmoin group=moinmoin processes=5 threads=15 maximum-requests=2000

        #umask=0007 does not work for mod_wsgi 1.0rc1, but will work later

        # use the daemons we defined above to process requests!
        WSGIProcessGroup daemonwiki2

</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] (2008-10-08 10:55:31, 1.6 KB) [[attachment:apache2-moinmoin.conf]]
 All files | Selected Files: delete move to page copy to page

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