Okay guys, so as many of you know, we offer both Apache and Nginx servers here as part of our standard shared hosting packages. There is no better web server out there for reliable performance in a high-traffic environment. One thing that I frequently go through with the new staff here are nginx location [...]
We have now added a new option in the ongoing fight against unwanted spam. As of early this morning, all RackCorp mail servers in Australia, US, and Canada have been updated to RackCorpMailServices-1.14. In doing do, we have now included a new option in our online portal to help manage spam.
You can find the option [...]
BACKGROUND: We’ve been running nginx successfully for a long long time now without issue. We were really pleased with it, and migrated all of our CDN servers across to using it several months ago. While there were a few little configuration defaults that didn’t play too nicely, we ironed out the problems within a few [...]
This blog details how to build and install csync2 form source, as well as configure it.
Step 1) Download and install required libraries
If you haven’t already done so, install graft – it’s great. Here’s a tutorial how to install graft:
http://blog.rackcorp.com/?p=16
Go to ftp://ftp.gnupg.org/gcrypt/libgpg-error/ and download the latest version of libgpg-error
cd /usr/local/PKG_BUILD
wget ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.6.tar.bz2
bzip2 -d libgpg-error-1.6.tar.bz2
tar -xvf libgpg-error-1.6.tar
cd [...]