Red Hat

How to set up a home web server

Never need your nerdy brother-in-law again. Do-it-yourself network advice from a guy who has "been there, done that" a million times over.

Read here the guide how to setup a home web server.

Red Hat Mail Server (Using Postfix and Dovecot)

Couple of weeks ago, a friend asked me how to setup a Mail Server using his Fedora Core 4. Unfortunately, I got a flu and not able to help him by that time.

Now that I’m feeling better, let me post this quick guide how to set this up.

Note that I’m using CentOS 4.1 (the equivalent of RHEL) in setting this up since I never use FC for any server setup. Nevertheless, I presume this setup will also work in FC4 and to all Red Hat equivalent distro as significant settings are applied to Postfix and Dovecot, not to the OS itself.

RHEL4 Apache-PHP-MySQL Server

After the default Minimal installation of Redhat Enterprise Linux 4, here are the packages I need to install to have a Apache-PHP-MySQL services running.

  1. Database Server
    # yum install mysql-server
  2. Apache HTTP Server
    # yum install httpd
  3. PHP for Apache HTTP Server
    # yum install php
  4. MySQL for Apache HTTP Server
    # yum install php-mysql
Syndicate content