Le seguenti 51 parole non sono state trovate nel dizionario di 1275 termini (includendo 1275 LocalSpellingWords) e sono evidenziate qui sotto:
accessible   Another   aolserver   Aolserver   Aolservers   at   be   by   cd   configuration   Configure   copying   creating   documenttree   easiest   file   following   for   htdocs   inside   Instance   lib   lines   ln   map   Mapping   Microsoft   module   mywiki   needed   ns   nscgi   on   Operating   param   Path   Put   say   share   static160   symbolic   Systems   to   tree   usr   var   way   where   which   whole   will  

Nascondi questo messaggio
Italiano English
Locked History Actions

HelpOnInstalling/AolServer

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 /moin_static160) 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 moin_static160