|
|
|
Forum Member
Group: Forum Members
Last Login: 3/19/2006 9:41:00 PM
Posts: 6,
Visits: 1
|
|
And actually... while poking around unfogged.com, youve installed to cgi-bin.
So, your endpoint should be /cgi-bin/mt-xmlrpc.cgi.
|
|
|
|
|
Forum Member
Group: Forum Members
Last Login: 3/19/2006 9:41:00 PM
Posts: 6,
Visits: 1
|
|
To clarify:
Hostname: www.unfogged.com
Port: 80
Endpoint: /cgi-bin/mt-xmlrpc.cgi
Let me know if this works for you.
|
|
|
|
|
Forum Member
Group: Forum Members
Last Login: 8/27/2003 4:08:00 PM
Posts: 7,
Visits: 1
|
|
That did it!
I had tried /cgi-bin/mt.cgi, but not /cgi-bin/mt-xmlrpc.cgi. Now it seems like a stupid oversight. Thanks very much for your help!
|
|
|
|
|
Forum Member
Group: Forum Members
Last Login: 3/19/2006 9:41:00 PM
Posts: 6,
Visits: 1
|
|
|
|
|
|
Forum Member
Group: Forum Members
Last Login: 9/3/2003 6:36:00 AM
Posts: 1,
Visits: 1
|
|
I'm having a similar problem.
Everything is configured properly server side (AFAICT) and I see no errors in my apache logs either:
- - [03/Sep/2003:02:13:32 -0400] "POST /cgi-bin/mt/mt-xmlrpc.cgi HTTP/1.1" 401 476 "-" "MovablePoster (http://www.mattberther.com)"
But I still don't seem to retrieve a list of blogs from configuration. Where else might I debug?
|
|
|
|
|
Forum Member
Group: Forum Members
Last Login: 3/19/2006 9:41:00 PM
Posts: 6,
Visits: 1
|
|
Hi!
First off, there is an error in your log...
- - [03/Sep/2003:02:13:32 -0400] "POST /cgi-bin/mt/mt-xmlrpc.cgi HTTP/1.1" 401 476 "-" "MovablePoster (http://www.mattberther.com)"
401 is your error code. 401 is an authorization required error. My preliminary guess would be that you have your MT directory configured to require basic authentication on the server.
Although this is a feature Im looking at adding soon, MovablePoster at this time does not currently support this.
Please let me know if this helps you.
|
|
|
|