Death of a Hard Drive

On Saturday, one of the hard drives in my near ancient Linux server failed. Even though I had back-ups of some of my data, I was lax and hadn’t backed up some of the information for a few of the web sites that reside there.

So, until I can rebuild those web sites, I have to use the mod_rewrite features of Apache to temporarily redirect visitors to a working web site. This is done with the following entry in the virtual host information:

<VirtualHost>  ServerName www.stevecoursen.com  RewriteEngine On  RewriteRule ^(.*) http://blog.stevecoursen.com [R,NC,L]</VirtualHost>

So, if you were trying to go to a different website, but ended up here, it’s because I haven’t restored or rebuilt the site you were trying to get to. It would also be the reason why no one was able to really get to this blog yesterday either, as the machine that failed is also my DNS server.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s


Follow

Get every new post delivered to your Inbox.