[Moin-devel] Problem with CVS Moin

David LeBlanc whisper at oz.net
Mon Mar 18 17:30:04 EST 2002


Ok, I found the problem. If the ScriptAlias and the Alias entries in the
httpd.conf file have the same SpellingAndCapitalization, then Apache blows
chunks. If they differ only in capitalization, then all is fine.

Dave LeBlanc
Seattle, WA USA

> -----Original Message-----
> From: moin-devel-admin at lists.sourceforge.net
> [mailto:moin-devel-admin at lists.sourceforge.net]On Behalf Of David
> LeBlanc
> Sent: Monday, March 18, 2002 12:34
> To: moin-devel at lists.sourceforge.net
> Subject: [Moin-devel] Problem with CVS Moin
>
>
> 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
>
>
> _______________________________________________
> Moin-devel mailing list
> Moin-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/moin-devel
>





More information about the Moin-devel mailing list