Thanks! That was driving me crazy. By the way, the setting is: log_reverse_dns_lookups = False
I put this in my wikiconfig.py, then restarted it. OT: If you also find that the ssh login into your server is slow (takes forever to prompt for password), you can disable reverse dns there by adding: UseDNS no to your /etc/ssh/sshd_config (that's where it is on Ubuntu). Don't forget to restart sshd as well: /etc/init.d/ssh restart Cheers, Martin Thomas Waldmann wrote: > That sounds a bit like your reverse DNS is broken. > > For e.g. edit-log (maybe also for other stuff related to changing > content), moin does a reverse DNS lookup for client's IP. > If reverse DNS is not working on the server machine for the client IP, > there can be quite some delay. > > So, solution is either: > * fix reverse DNS on the wiki server machine, or > * find and use the moin setting that switches off reverse dns lookups > > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Moin-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/moin-user
