Re: xmlrpc 404 errors
Lance Levsen <lance-8fVGZEMlguYsA/[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Message-ID | <[email protected]> |
Hey Sjan.
I have this setup correctly on one of the blogs I host. It is being used
with blogtk.
Here's a good test to see if it is your setup or Ecto.
$> telnet localhost 80
get http://hostname/path/to/blog/RPC
You should then get something that looks like this:
<?xml version='1.0'?>
<methodResponse>
<fault>
<value><struct>
<member>
<name>faultCode</name>
<value><int>1</int></value>
</member>
<member>
<name>faultString</name>
<value><string>exceptions.ValueError: invalid literal for int():
</string></value>
</member>
</struct></value>
</fault>
</methodResponse>
Connection closed by foreign host.
If you're getting that, then pyblosxom is setup correctly as is Apache.
So then you know that Ecto is borken.
I haven't used Ecto, so I don't know anything about that. You configs
look the same as here + a few plugins.
Cheers,
lance
Sjan Evardsson wrote:
> I am trying to set up pyblosxom to use Ecto (with metaweblog, blogger,
> xmlrpc plugins) but I seem to be getting 404 errors when trying to
> connect Ecto to mysite.dom/cgi-bin/pyblosxom/pyblosxom.cgi/RPC
> (whether I do it that way or through the Apache rewrites)
>
> relevant config lines:
>
> py['load_plugins'] = ["xmlrpc", "abstract", "breadcrumbs", "comments",
> "folksonomy", "getstamps", "hardcodedates", "lucene", "magicword",
> "native", "plugininfo", "pyarchives", "pycalendar", "pycategories",
> "pyfilenamemtime", "pygoogle", "pyinclude", "pystaticfile",
> "readmore", "robots", "rss2renderer", "title", "trackback", "w3cdate",
> "wbglast10summary", "xmlrpc_blogger", "xmlrpc_metaweblog",
> "xmlrpc_pingback"]
>
> py['xmlrpc_usernames'] = {'username_scrubbed': 'password_scrubbed'}
> py['xmlrpc_urltrigger'] = "/RPC"
> py['xmlrpc_maxrequest_length'] = 10000
> py['xmlrpc_blogger_metaweblog'] = 'True'
> py['xmlrpc_metaweblog_ping'] = 'True'
>
>
> Any hints?
--
Lance Levsen,
Catprint Computing
Tel: (306) 493-2249
Cell: (306) 230-8783
Blog: http://www.catprint.ca/blog/
SaskBlogs: http://saskblogs.catprint.ca/
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
pyblosxom-users mailing list
pyblosxom-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/pyblosxom-users
signature.asc
(application/pgp-signature, 252 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFUnJtWSOc2vLaecgRApcbAJ0fTxuFZQYg/qdFp0SMF1oQmn9kTACfcd3B /7Ew10tIRm0gyb2xbNxJu4k= =72Wx -----END PGP SIGNATURE-----