= Description =

## Please read this page. Lines prefixed with ## such as this one are comments,
## you can remove them (except for those after the "Plan" section.)
## Please follow the instructions given in those comments and the text.
## After creating the bug page, please subscribe to it! We may have questions
## that only you can answer, and if you get email when your bug changes it'll
## be much faster to get it fixed since you can answer the questions!

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

== Steps to reproduce ==
## Describe the steps needed to reproduce the bug. If we can't reproduce it, we  probably can't fix it.
 1. Add entry to InterWikiMap site. It is not working until you restart wiki.

== Example ==
##Add URL that show the bug, screenshot or test wiki markup that fail...

##URL: 

##{{attachment:screenshot.png}}

##{{{
##Example wiki markup that fail
##}}}

== Component selection ==

## Where you think is this bug happening ? (general, plugin [plugin name], theme [theme name], ...

 * general

== Details ==

## If you got a traceback, please save the traceback page as html and attach here:
## [[attachment:traceback.html]]

## if the bug is in this wiki, just kill the table and write: This Wiki.

## If a traceback is not available, please fill in the details here:
|| '''!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 ==
## How to deal with the bug until it is fixed
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 <<DateTime(2009-11-27T22:15:34+0200)>>

= Plan =
## This part is for Moin``Moin developers:

 * Priority: 
 * Assigned to:
 * Status: 

----
## If you are a moin core developer, replace the category to Category* in these cases:
## Category MoinMoinNoBug - if this is not a bug.
## Category MoinMoinBugConfirmed - if you can confirm the bug on current code.
## Category MoinMoinBugFixed - after the bug is fixed in current code.
CategoryMoinMoinBug