Roundup Tracker - Issues

Message5111

Author kayhayen
Recipients kayhayen
Date 2014-07-06.11:54:35
Message-id <1404647677.09.0.551640018522.issue2550846@psf.upfronthosting.co.za>
In-reply-to
I have just migrated roundup to a new server, for the first time
properly activating roundup-admin email, which is potentially why I see
this the first time:

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/roundup/cgi/client.py",
line 437, in inner_main
    self.determine_charset()
  File "/usr/local/lib/python2.7/dist-packages/roundup/cgi/client.py",
line 604, in determine_charset
    if '@charset' in self.form:
  File "/usr/lib/python2.7/cgi.py", line 595, in __contains__
    raise TypeError, "not indexable"
TypeError: not indexable

I am getting these very often.

127.0.0.1 - - [06/Jul/2014 11:26:13] "POST /nuitka/xmlrpc.php HTTP/1.1"
500 -

I believe I have no XMLRPC interface activated. I didn't find any
configuration for that topic, is this enabled by default?

Since I am going through an Apache, I added this rule:

RewriteRule ^/xmlrpc.php$ - [F,L]

That turns it into 503.
History
Date User Action Args
2014-07-06 11:54:37kayhayensetrecipients: + kayhayen
2014-07-06 11:54:37kayhayensetmessageid: <1404647677.09.0.551640018522.issue2550846@psf.upfronthosting.co.za>
2014-07-06 11:54:36kayhayenlinkissue2550846 messages
2014-07-06 11:54:35kayhayencreate