Archive

Archive for the ‘Linux’ Category

Virtual Web Site Hosting

November 4th, 2007 1 comment

A common practice is to use one apache server to host websites for multiple domain names. Apache supports virtual servers out of the box making this easy to setup. This tutorial is based on Fedora Core 5, but should apply to most other linux distros. Read more…

Categories: Apache, Linux Tags:

vsFTPd Connection Banner

October 14th, 2006 No comments

Sending a banner is a good way to let system users know what the expectations are. Configuring the banner for vsFTPd is an easy process involving two files. The file containing the banner must have the same name as the daemon. In this tutorial I store the banner in /etc/banners, but feel free to store it elsewhere. Read more…

Categories: Linux Tags:

Reverse Proxy Apache 2

October 13th, 2006 No comments

There is a good amount of information on setting up a reverse proxy with apache. One of the better articles I came across was on Apache Week. The downfall to these articles is that most reference ProxyHTMLURLMap, part of the mod_proxy_html module, which is not included in the httpd rpm with Fedora Core. Read more…

Categories: Apache, Linux Tags:

Setting up SSL with Apache 2

October 13th, 2006 No comments

I’m going to assume you have a working install of Apache 2. I’ve based this off Fedora Core 5, however it should apply to most distros. Lets get started installing the ssl module. Read more…

Categories: Apache, Linux Tags:

Finding Files Containing Text

October 13th, 2006 No comments

When making modifications to configuration files I like to tag each line with my initials. This way I can keep track of and be able to reverse the changes if needed. The issue becomes remembering all the files that I have modified. Using a combination of the grep and find commands it is quite easy to do. Read more…

Categories: Linux Tags:

Keeping Your VMware Linux Guest’s Clock Accurate

October 10th, 2006 6 comments

As the price of rack space goes up and fast hardware goes down more and more companies are moving towards virtual servers. VMware is a popular choice, especially with their free VMware Server application. Due to the hardware being virtualized one of the main issues is keeping the time clock accurate. After spending some time using VMware Server I found that my linux guest’s clock would be off by 5 sometimes 10 minutes. Read more…

Categories: Linux, VMware Tags: