Hi,
 
I am having problems with my moinmoin installation on a windows XP machine. I 
have followed the instructions for installing on windows using Apache 2.2.
 
Following installation I can navigate to my first page but there seems to be no 
styling at all, just plain html.
 
Looking in the Apache error logs I see the following error [Tue Mar 06 11:28:54 
2012] [error] [client 127.0.0.1] File does not exist: C:/Python, referer: 
http://localhost:3128/theRevManWiki
 
This seems to suggest to me that the correct python is not being found, I have 
amended the first line of  theRevManWiki/moin.cgi to be #! C:/Python27/python 
 
I also see the following errors in the Apache access.log
127.0.0.1 - - [06/Mar/2012:11:28:52 +0000] "GET /theRevManWiki HTTP/1.1" 404 
6928
127.0.0.1 - - [06/Mar/2012:11:28:54 +0000] "GET 
/moin_static194/common/js/common.js HTTP/1.1" 404 232
127.0.0.1 - - [06/Mar/2012:11:28:54 +0000] "GET 
/moin_static194/modernized/css/common.css HTTP/1.1" 404 238
127.0.0.1 - - [06/Mar/2012:11:28:54 +0000] "GET 
/moin_static194/modernized/css/screen.css HTTP/1.1" 404 238
127.0.0.1 - - [06/Mar/2012:11:28:54 +0000] "GET 
/moin_static194/modernized/css/print.css HTTP/1.1" 404 237
127.0.0.1 - - [06/Mar/2012:11:28:54 +0000] "GET 
/moin_static194/modernized/css/projection.css HTTP/1.1" 404 242
 
This seems to suggest that my Alias commands are not set up properly but I ahve 
checked and re-checked and cannot see any problems. I have appended the 
following lines to the bottom of httpd.conf
 
Alias /moin_static194/ "C:/Python/Lib/site-packages/MoinMoin/web/static/htdocs/"
ScriptAlias /theRevManWiki "C:/Moin/theRevManWiki/moin.cgi"
 
Any advice/help would be appreciated.
 
Thanks
 
Chris
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to