id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 183,xmlrpc plugins does 501 on 0.9.3,alessandro.ogier@…,Alec Thomas,"trac 0.9.3 as mod_python (is wscgi really necessary ?) apache conf: {{{ Alias /trac/ ""/usr/share/trac/htdocs/"" RewriteEngine On RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} ^/prj RewriteRule ^/prj(.*)$ https://x/prj$1 Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all SetHandler mod_python #PythonHandler trac.ModPythonHandler PythonHandler trac.web.modpython_frontend PythonOption TracUriRoot /prj PythonOption TracEnvParentDir ""/var/trac"" AuthType Basic AuthName ""reti workspace"" AuthLDAPURL ldap://x/y?uid AuthLDAPBindDN AuthLDAPBindPassword Require group }}} etc installed xmlrpc plugin syswide with egg https://example.com/prj/reti/xmlrpc works, POSTing to the same page doesn't what it's wrong there ? tia,",defect,closed,normal,XmlRpcPlugin,normal,wontfix,,,