Subscribe to my RSS feed RSS
March 17, 2006

Busy busy…

I have so many projects on the go these days that I am sometimes feel like I’m running around in circles. Just this week:

  • My PowerBook’s harddrive crashed (and was repaired). I am a bigger fan of MacStation now. Eric their mac technician always takes great care of me. I dropped off my PowerBook, said the hard drive was dead, and in two days he had a new one in and I was ready to go. The last time I had a problem the turn around time was just as quick! Excellent. I highly recommend them.
  • I got a cold from my cute little niece. It’s gone now.
  • I had some hard core hayfever. It’s that season. It seems to have passed as well.
  • I changed over my blog to WordPress, that was fairly easy. I spent most of my time looking for themes. I finally settled on one that fit my needs. I’ll probably change it around every so often.

However, this would not be MostlyGeek if there wasn’t something technical in this post. Since I was running Drupal before, and had posted some very useful content, I wanted to make sure that it stayed available. I figured the easiest way to do that is with mod_proxy. I moved the Drupal site to http://old.mostlygeek.com, and pointed all requests for /node/*, /taxonomy/*, /files/* to the old archive domain.

This is essentially how to do it (added to my Virtual Host definition):


    # Redirect old Feed URLs
    RewriteEngine on
    RewriteRule ^/node/feed /redir_feed [PT]
    RewriteRule ^/taxonomy/term/[0-9]+/feed /redir_feed [PT]
    Redirect permanent /redir_feed http://www.mostlygeek.com/feed
    ProxyRequests Off

    Order deny,allow
    Allow from all
    

    ProxyPass /node http://old.mostlygeek.com/node
    ProxyPassReverse /node http://old.mostlygeek.com/node

    ProxyPass /taxonomy http://old.mostlygeek.com/taxonomy
    ProxyPassReverse /taxonomy http://old.mostlygeek.com/taxonomy

    ProxyPass /files http://old.mostlygeek.com/files/
    ProxyPassReverse /files http://old.mostlygeek.com/files/
Feed for this Entry | Trackback Address

1 comment so far

  1. Jim on 09.05.2007 at 11:47 pm | permalink
  2. The only problem with the approach you took: I had your feed on my bloglines reader, and it looked like you just quit posting back in March 2006. It wasn’t until tonight, when I was doing some “housecleaning” on my feeds that I realized what had really happened. Don’t get me wrong–I think you came up with a slick solution, but I just wanted you to be aware of the situation. (Sorry, I don’t think I can catch up on 1.5 years of posts. :(

    So what’s your opinion of WordPress after having used it for ~1.5 years? Did you ever get tagging to work, or are you going to wait for the 2.3 release with built-in tagging?

Leave a Comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>