The moinmoin tag has no wiki summary.
0
votes
2answers
620 views
Apache truncating some static content
I'm trying to set up MoinMoin as an office wiki on our Windows 2008 Server running Apache 2.2.17. Originally I thought everything was working fine, except for some reason images weren't displaying ...
0
votes
3answers
939 views
How do I add a URL prefix (/wiki) to MoinMoin running on uWSGI and nginx?
I just set up uWSGI and nginx (with the uWSGI module) and would like to get MoinMoin set up. I'm running uWSGI with MoinMoin with the command below:
/usr/bin/uwsgi -s moin.sock --wsgi-file ...
1
vote
1answer
243 views
Help pages don't exist on new MoinMoin installation?
I installed MoinMoin on Ubuntu 11.04 using the instructions in
http://moinmo.in/HowTo/UbuntuQuick, including the (first two) bullets
for Ubuntu 10.10 in the Suggestions section at the bottom.
Apache ...
2
votes
2answers
2k views
Moin, uWSGI & nginx - setting up at <my-domain>/wiki
I am trying to set up a MoinMoin Wiki install on our nginx/uWSGI server using a sub-directory.
We already have a Django app running on :80. Initially I setup the Moin app with it's own server block ...