Description

When I add or delete entry (change) in InterWikiMap site I have to restart Apache. I run MoinMoin via wsgi.

Steps to reproduce

  1. Add entry to InterWikiMap site. It is not working until you restart wiki.

Example

Component selection

Details

MoinMoin Version

1.8.2

OS and Version

W2K3 Standard PL

Python Version

2.5.1

Server Setup

Server Details

Language you are using the wiki in (set in the browser/UserPreferences)

Workaround

restart Apache

Discussion

Well always if you change the config and don't use a deployment like cgi for single request you have to restart the server process. All other deployment schemes are faster because they are cached in memory.

If you use wsgi you have to touch the moin.wsgi file only to reload the process.

AdamLiberacki: Yes. But I talk about 'InterWikiMap' wiki site not 'interwiki.txt' file. I check this on fastcgi.

ok, misread it, but it seems to work on my servers.

AL: Maybe my problem is cache? I check this & report tomorrow.

AL: There is some time that moin need to recognise changes in 'InterWikiMap' wiki site. But I have no idea what it depends.

Can you try 1.8.5 because it has some cache related improvements for win32s? -- ReimarBauer 2009-11-27 20:15:34

Plan


CategoryMoinMoinBug

MoinMoin: MoinMoinBugs/ChangesToInterWikiMapNeedRestart (last edited 2009-11-27 20:15:34 by ReimarBauer)