Tag Archives: lighttpd

Changing My WordPress Blog URL and Using Lighttpd to Redirect

My blog’s old domain, law-family.org and bradford.law-family.org, are set to expire in November. The reason I initially registered the law-family.org domain was to create a family website. My familylighttpd_logo traditionally has communicated by mass email and reply-all conversations and I thought it would help to give them something different. They rarely used it however so I decided to simply focus on my own blog, that’s why it’s now theblawblog.com. Since I have several articles that get regular hits from search engines, I worried that my articles wouldn’t be very visible. I decided to try writing up some redirect rules for my old domain in the lighttpd config file so that anyone going to my old blog links would be redirected to their new addresses.

Posted in Linux, Project | Tagged , , , , , , | Leave a comment

Windows Live Writer, lighttpd, and WordPress xmlrpc.php

I love Windows Live Writer. I use it now for all my blog editing. Recently though, after setting up my new SheevaPlug as my server and using lighttpd instead of apache as my webserver I found that I can’t use it. I got the following error trying to add my blog to my new install of WLW:

An error occurred while attempting to connect to your blog:

Invalid Server Response – The response to the blogger.getUsersBlogs method received from the blog server was invalid:

Invalid response document returned from XmlRpc server

You must correct this error before proceeding.

Posted in Sheevaplug | Tagged , , | 1 Comment

Turning My SheevaPlug Into A Web Server

After I got Ubuntu running on my Plug, I started going about turning it into what I originally planned for it; LAMP, UPnP, and Torrent server.

I first found a great resource for playing with the plug: OpenPlug.org. The wiki in particular has some good tips, the first of which I followed below.

Install Root FS on SDHC Card

By default, the SheevaPlug has 512MB of NAND flash memory for storage, and 512MB or RAM. When you boot your plug from NAND it copies the necessary files to a RAM disk (a virtual disk on RAM which disappears when the plug is powered off). If I understand correctly, this will in effect reduce the available RAM since some of it is used by the file system.

Posted in Sheevaplug | Tagged , , , | Leave a comment