Test post from MarsEdit

| 3 Comments | No TrackBacks

Seeing if xmlrpc posting is still running in this brave new FastCGI world.

[update: oooh, blimey, that worked. For those following along at home, the relevant .htaccess incantation in my /mt directory is now:

#AddHandler cgi-script .cgi  
AddHandler fastcgi-script .cgi  
<FilesMatch "^mt-xmlrpc\.cgi$">  
    SetHandler cgi-script  
</FilesMatch>`

All this on Dreamhost, by the way. ]

[update 2: reverted to:

#AddHandler cgi-script .cgi  
AddHandler fastcgi-script .cgi  
<FilesMatch "^mt-(add-notify|atom|check|config|feed|testbg|upgrade|wizard|xmlrpc)\.cgi$">  
   SetHandler cgi-script  
</FilesMatch>

…as per these notes. Looks like everything’s working again. Switching the comment state of each line reverts back to plain old cgi, so we’ll see how it goes.]

[update 3: be sure to:

touch mt.cgi

…whenever you diddle with plugins, to restart the app in FastCGI. I keep forgetting, and MT gets stuck at upgrade checks.]

No TrackBacks

TrackBack URL: http://quernstone.com/mt/mt-tb.cgi/1384

3 Comments

You’re such a geek.

Swoon

Would you two like to get a room? Please?

Leave a comment

Categories

Monthly Archives

Pages

OpenID accepted here Learn more about OpenID
Powered by Movable Type 4.32-en

About this Entry

This page contains a single entry by Jonathan published on November 17, 2007 11:42 AM.

Test post running under FastCGI was the previous entry in this blog.

Monbiot on speed cameras is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.