Just a follow up to my previous post.
I was using an old 7.10 Moin installation guide.
The most recent I believe installation instructions is now at
https://help.ubuntu.com/8.10/serverguide/C/moinmoin.html
and with this guide (after removing all instances of the bad install
and previous versions
> /usr/share/moin/mywiki/cgi-bin/moin.cgi
Read the comments in that file and fix the sys.path.insert statements in
it.
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your
I have installed moin-1.8.5 according to the instructions.
My operating system is Ubuntu 7.10
My web server is Apache 2.
Last lines of my /etc/apache2/sites-available/default:
Alias /wiki "/usr/share/moin/htdocs/"
ScriptAlias /mywiki /usr/share/moin/mywiki/cgi-bin/moin.cgi
These