Re: [Moin-user] No icons css following install

2012-03-08 Thread Thomas Waldmann
A general question: if you are running this on a win xp machine,
couldn't you just use the "wikiserver.py"? Would be much easier than
configuring apache as this runs out of the box if you just unpack the
download archive of moin.

Your primary problem seems to be some server stuff (not moin) is not
configured correctly, the :3128 in your URL seems also a little strange
(are you using a proxy?).

Instead of using moin.cgi, you should use apache with mod_wsgi and
moin.wsgi, that is much faster.



--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user


[Moin-user] No icons css following install

2012-03-06 Thread C byron
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 +] "GET /theRevManWiki HTTP/1.1" 404 
6928
127.0.0.1 - - [06/Mar/2012:11:28:54 +] "GET 
/moin_static194/common/js/common.js HTTP/1.1" 404 232
127.0.0.1 - - [06/Mar/2012:11:28:54 +] "GET 
/moin_static194/modernized/css/common.css HTTP/1.1" 404 238
127.0.0.1 - - [06/Mar/2012:11:28:54 +] "GET 
/moin_static194/modernized/css/screen.css HTTP/1.1" 404 238
127.0.0.1 - - [06/Mar/2012:11:28:54 +] "GET 
/moin_static194/modernized/css/print.css HTTP/1.1" 404 237
127.0.0.1 - - [06/Mar/2012:11:28:54 +] "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