Category Archives: Linux Hosting

SSHFS: A Perfect Remote File Manager?

SSHFS is a Fuse-based Linux filesystem that allows you to connect to an SSH server, and mount it as you would any other mountable device.  The difference is… this “device” is a remote server using an SSH connection.  At Holley Grove, we use SSHFS on all of our servers, SSHFS might be something you should [...]

Using Virtual Hosts with Apache and SSL Certificates

When we first started using our own server to host multiple client websites, one problem we commonly came across was “how can we host different virtual domains and different SSL certificates?” After some research, we came to the same conclusion you probably already know, because of the SSL protocol, you can’t use Virtual Hosts [...]

Howto: Let Google Handle all your email!

For me, Linux hosting is great, for the most part it’s straight forward, secure, reliable, and fast.  But, there’s always been a sort of sore spot for me when administering my systems: email.  Email is arguably the hardest part of a server to setup… securely.  And for smaller sites and servers our email has been [...]

Howto: Rotate VirtualHost Log Files with Logrotate

We have a Fedora 6 web server that, like most web servers, has quite a few virtual hosts.  We want our clients to keep their web server log data separate, so that if they want, they can view the server statistics for their website using awstats.  We’ve found the easiest way to do this is [...]