[Moin-devel] Problem with CVS Moin
David LeBlanc
whisper at oz.net
Mon Mar 18 12:34:49 EST 2002
Ok, I updated CVS, then did the following:
L:/cvs/moin setup.py install --prefix=h:\CVSMoin
cd h:/CVSMoin
md CVSMoin
cd CVSMoin # now in h:/CVSMoin/CVSMoin
xcopy h:/CVSMoin/share/moin/cgi-bin/* .
md data
xcopy h:/CVSMoin/share/moin/data/* data
Now the directory structure looks like:
h:
CVSMoin
CVSMoin (moin.bat, moin.cgi, moin_config.py)
data (the usual subdirectories)
MoinMoin ""
Scripts ""
share ""
httpd.conf:
Alias /CVSMoin/ "h:/CVSMoin/share/moin/htdocs/"
ScriptAlias /CVSMoin "h:/CVSMoin/CVSMoin/moin.bat"
Moin.bat:
@echo off
set PYTHONPATH=h:\CVSMoin
h:
cd h:\CVSMoin\CVSMoin
j:\Python21\python.exe moin.cgi
moin_config.py:
# basic options (you normally need to change these)
sitename = 'CVS Moin'
interwikiname = None
data_dir = './data/'
url_prefix = '/CVSMoin'
logo_url = url_prefix + '/img/moinmoin.gif'
Doing http://localhost/CVSMoin brings up the FrontPage, but when I click on
any other local link (in this example: "WikiWikiWeb"), I get:
Not Found
The requested URL /CVSMoin/WikiWikiWeb was not found on this server.
---------------------------------------------------------------------------
-----
Apache/1.3.23 Server at localhost Port 80
I don't see what might be wrong!
Dave LeBlanc
Seattle, WA USA
More information about the Moin-devel
mailing list