<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article  PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'  'http://www.docbook.org/xml/4.4/docbookx.dtd'><article><articleinfo><title>HelpOnInstalling/AolServer</title></articleinfo><section><title>Configure Aolservers nscgi module for MoinMoin</title><para>Put the following lines in the <ulink url="http://www.aolserver.com/">Aolserver</ulink> configuration file, inside the <code>nscgi</code> module configuration </para><screen><![CDATA[ns_param  map "GET  /mywiki /var/lib/moin/moin.cgi"
ns_param  map "POST /mywiki /var/lib/moin/moin.cgi"]]></screen><para>where: </para><para><code>/mywiki</code> -- URL at which the Wiki-Instance will be accessible </para><para><code>/var/lib/moin/moin.cgi</code> -- Path of the moin CGI script </para></section><section><title>Mapping the /usr/share/moin/htdocs directory</title><para>The easiest way to map the ..<code>htdocs</code> directory to an url (say <code>/moin_static160</code>) is by creating a symbolic link inside the documenttree.  Another option (on Microsoft Operating Systems) is copying the whole directory tree to where it is needed. </para><screen><![CDATA[cd $DOCROOT
ln -s /usr/share/moin/htdocs moin_static160]]></screen></section></article>