Archive

Archive for the ‘Web Hosting’ Category

Apache mod_rewrite and AllowOverride

April 11th, 2008 No comments

There are several solutions that require the Apache module mod_rewrite to provide clean urls for better search engine optimization. One common problem if you are seeing 404 errors is the default settings in Apache does not allow you to use mod_rewrite.

By default the settings for AllowOverride is set to None. For mod_rewrite to work AllowOverride at a minimum needs to be set to FileInfo Options. Options isn’t required for mod_rewrite but is commonly required if you are using .htaccess.

Apache Docs for mod_rewrite

Sphere: Related Content

Categories: Web Hosting Tags:

Scalable Media Hosting with Amazon S3

December 4th, 2007 Comments off

Amazon’s developer connection has a great tutorial on using Amazon S3 for hosting your sites media files.

read more | digg story

Categories: Web Hosting Tags:

Movable Type 4 – CAPTCHA Provider

October 19th, 2007 Comments off

After installing Movable Type on the comment settings page I get the error:

No CAPTCHA provider available No CAPTCHA provider is available in this system. Please check to see if Image::Magick is installed, and CaptchaSourceImageBase directive points to captcha-source directory under mt-static/images.

On the system information page verify it shows your server has Image::Magick installed. If it is installed then you need to modify your mt-config.cgi file. The value of this configuration directive should be set to the absolute path on the filesystem to the images/catcha-source directory in mt-static.

Example

CaptchaSourceImageBase /path/to/mt/mt-static/images/captcha-source

Movable Type Docs

Sphere: Related Content

Categories: Web Hosting Tags:

Recommended Hosts

September 10th, 2007 No comments

List of hosts I have experience with and would recommend.

Steadfast Networks – I currently have a clustered pair of dedicated servers and a reseller account. Personally I prefer H-Sphere, which they use in their reseller accounts, over Cpanel based shared accounts.
Server Axis – I used this host for approximately a year with good results.
Liquid Web - My Liquid Web Review, Aug 06
Planet ArgonPlanet Argon Review, Oct 06

Sphere: Related Content

Categories: Reviews, Web Hosting Tags:

Location aware Bind

February 11th, 2007 Comments off

Devco.net has an article describing how to patch Bind to send client requests to the closest server based on location. You can also download RPMs to install a patched version of bind for CentOS 4.

Read More

Sphere: Related Content

Categories: Web Hosting Tags:

Linux ethernet bonding

February 11th, 2007 Comments off

Devco.net has an article that describes bonding multiple ethernet interfaces using Linux.

Read More

Categories: Web Hosting Tags:

Searching for a new hosting provider – Part 2

February 4th, 2007 No comments

Several months ago I reported the results of four hosting providers I was researching. The report was written after using each host for approximately a month. This review can be seen here. In the review all four hosts were found to be acceptable and would meet most users needs. However I narrowed the finalists down to two hosts.

Read more…

Sphere: Related Content

Categories: Reviews, Web Hosting Tags:

Greylisting to prevent Spam

October 22nd, 2006 Comments off

Greylisting is a method of blocking significant amounts of spam at the mailserver level. It blocks spam based on the behavior of the sending server, rather than the content of the messages.

What happens is that each time a given mailbox receives an email from an unknown contact (ip), that mail is rejected with a “try again later” message. This, in the short run, means that all mail gets delayed at least until the sender tries again – but this is where spam loses out! Most spam is not sent out using RFC compliant MTAs; the spamming software will not try again later. This process is transparent to the user sending and receiving the message.

This is a very lightweight process. Especially compared to other common spam prevention techniques which read the content of the message or check blacklists. The only disadvantage is this technique will delay email being delivered from unknown contacts.

Most implementations of greylisting only delay a message for a few minutes. They also keep a database with previous email so this delay is only seen the first time a message is received.

In my experience greylisting prevented almost all spam from being delivered to my mailbox.

A list of software that can be used to implement greylisting can be found at:
greylisting.org

Sphere: Related Content

Categories: Email, Web Hosting Tags:

Compiling PHP on a 64 bit system

October 6th, 2006 3 comments

When compiling PHP on a 64 bit system don’t forget to add “–with-libdir=/lib64″ to the configure statement. A typical configure statement would be:

./configure –with-apxs2=/usr/local/apache2/bin/apxs –with-mysql –with-libdir=/lib64

If you forget ./configure will fail in the mysql section with the error:

configure: error: Cannot find libmysqlclient under /usr.
Note that the MySQL client library is not bundled anymore!

Sphere: Related Content

Categories: Web Hosting Tags:

Planet Argon Review

October 6th, 2006 No comments

A few months ago I opened an account with shared account with Planet Argon. They offer shared hosting and typo blog hosting. Their typo hosting starts at $3.00 per month and shared hosting at $11.25 per month. There is no setup fee but they require signing up for either six months or annually.

Read more…

Sphere: Related Content

Categories: Reviews, Web Hosting Tags: