[Moin-user] No icons css following install

C byron cbyron2003 at yahoo.co.uk
Tue Mar 6 06:48:39 EST 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/moin-user/attachments/20120306/5883fea2/attachment.html>


More information about the Moin-user mailing list