Package: moin
Version: 1.3.4-1
Severity: normal
README.Debian states
xample: A single wiki as CGI with Apache 1.3
---------------------------------------------
1) Create and populate /var/www/mywiki
# mkdir /var/www/mywiki
# cp -r /usr/share/moin/data /usr/share/moin/underlay
# /var/www/mywiki
<snip>
3) Configure Apache 1.3:
Add the following lines to /etc/apache/httpd.conf:
Alias /wiki/ "/usr/share/moin/htdocs/"
ScriptAlias /MyWiki "/var/www/mywiki/moin.cgi"
and reload apache
But the moin.cgi is located in /usr/share/moin/server/moin.cgi
I believe the entry should be
ScriptAlias /MyWiki "/usr/share/moin/server/moin.cgi"
OR
1) Create and populate /var/www/mywiki
# mkdir /var/www/mywiki
# cp -r /usr/share/moin/data /usr/share/moin/underlay /var/www/mywiki
# cp /usr/share/moin/server/moin.cgi /var/www/mywiki
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages moin depends on:
ii python 2.3.5-1 An interactive high-level object-o
ii python2.3 2.3.5-1 An interactive high-level object-o
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]