The following 58 words could not be found in the dictionary of 615 words (including 615 LocalSpellingWords) and are highlighted below:

accessible   an   Another   aolserver   Aolserver   Aolservers   at   be   by   cd   configuration   Configure   copying   creating   documenttree   easiest   file   following   for   htdocs   in   inside   Instance   lib   lines   link   ln   map   Mapping   Microsoft   module   mywiki   needed   ns   nscgi   of   on   Operating   option   param   Path   Put   say   script   share   symbolic   Systems   The   the   to   tree   usr   var   way   where   which   whole   will  

Clear message

Configure Aolservers nscgi module for MoinMoin

Put the following lines in the Aolserver configuration file, inside the nscgi module configuration

ns_param  map "GET  /mywiki /var/lib/moin/moin.cgi"
ns_param  map "POST /mywiki /var/lib/moin/moin.cgi"

where:

/mywiki -- URL at which the Wiki-Instance will be accessible

/var/lib/moin/moin.cgi -- Path of the moin CGI script

Mapping the /usr/share/moin/htdocs directory

The easiest way to map the ..htdocs directory to an url (say /wiki) 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.

cd $DOCROOT
ln -s /usr/share/moin/htdocs wiki

HelpOnInstalling/AolServer (last modified 2007-01-22 09:11:30)