Ok, I have finally managed to run moinmoin.
The readme file should instruct to put this in
/etc/apache2/sites-enabled/000-default:
     Alias /moin_static171/ "/usr/share/moin/htdocs/"
    ScriptAlias /mywiki "/usr/share/moin/server/moin.cgi"
     alias /wiki "/usr/share/moin/htdocs"
     <Directory /usr/share/moin/htdocs>
     Order allow,deny
     allow from all

instead of this:
<VirtualHost *>
        ServerName wiki.example.org
        DocumentRoot /var/www/mywiki/
        Alias /moin_static171/ "/usr/share/moin/htdocs/"
        ScriptAlias /MyWiki "/var/www/mywiki/moin.cgi"
</VirtualHost>

I am not an APACHE master, so maybe there's a better solution, but this
finally worked for me...

Oz

-- 

----
           Imagine there's no countries
           It isn't hard to do
           Nothing to kill or die for
           And no religion too
           Imagine all the people
           Living life in peace

Reply via email to