In this section, we discribed how to set up the Web server and FTP server as well as load balancing them.
We assume user knows how to instal Apache web server as part of OS installation. HTTP or the Web server's HyperText Transfer Protocol should be running on open port 80 on the Web server:
To check whether your web server is running after an OS installation, from the Unix command line type:
ps -ea | grep httpd If you see this return multiple process numbers with the "httpd" name at the end, it means your server is running the Apache web server (named "httpd") with multiple instances.
Information about the Apache web server is here:
|