TulipTools Internet Business Owners and Online Sellers Community

Full Version: How to Setup a CentOS 4.3 Web Server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Step-by-step guide to setting up a CentOS Web server:

Quote:This is a detailed description how to set up a CentOS 4.3 based server that offers all services needed by ISPs and hosters (web server (SSL-capable), mail server (with SMTP-AUTH and TLS!), DNS server, FTP server, MySQL server, POP3/IMAP, Quota, Firewall, etc.). This tutorial is written for the 64-bit version of CentOS 4.3, but should apply to the 32-bit version with very little modifications as well.

I will use the following software:

    * Web Server: Apache 2.0.x
    * Database Server: MySQL 4.1
    * Mail Server: Postfix (easier to configure than sendmail; has a shorter history of security holes than sendmail)
    * DNS Server: BIND9 (chrooted!)
    * FTP Server: proftpd
    * POP3/IMAP server: dovecot
    * Webalizer for web site statistics

In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig (i.e., ISPConfig runs on it out of the box).

full how-to: http://www.howtoforge.com/perfect_setup_centos_4.3