CentOS 5 Configurations
How-to: Install, Configure and Troubleshoot Apache HTTP 2.2.3 on CentOS 5
This may be applicable to all Apache 2 versions.
To install Apache Server on CentOS 5:
Apache is installed with CentOS 5 by default.
To check if the Apache Server is installed
How-to: Configure Apache HTTP 2.2.3 Virtual Hosts on CentOS 5
In Section 3 near the end of the httpd.conf file
Howto: Configure Squid Proxy Server on CentOS 5
To configure squid.conf file you need to modify three lines:
- visible_hostname
- #acl our_networks src 192.168.1.0/24 192.168.2.0/24
- #http_access allow our_networks
How to: Configure NFS Server On CentOS 5
To share files and printers between linux and Unix computers on a network.
NFS clients are installed with CentOS 5 by default.
How to: Configure FTP File Transfer Protocol on CentOS 5
To check if you have installed the very secure FTP server or not run this command:
How to: Configure samba on CentOS 5
To share files and printers between Microsoft Windows and Linux/Unix computers.
If you selected Windows File Server Package during CentOS 5 installation, then you have installed Samba.


