-
Step 1
Read the specifications, minimum system requirements and operating system information before you download the software. As a website hosting software, it is assumed that there are no other major software packages on your server, except for your operating system.
-
Step 2
Download the Apache webserver software and select the Apache modules you want to install by navigating to the "configuration file src" and then selecting the "configuration.tmpl." If you are an experienced user, you can comment out specific modules that you do not want. Use caution, as many modules relate back to security and operational settings.
-
Step 3
Configure Apache webserver to work with the operating system of your server by running the "configure" script as provided on the Apache website.
-
Step 4
Type "make" to compile Apache. This installs the standard configuration. For extra modules or functionality, review the information on the Apache website.
-
Step 5
Use the binary file called "httpd" in the "src" directory to begin installing the software. Apache should be compiled, configured and run from the same set of directories.
-
Step 6
Edit the "configuration" files for the server by creating a set of "directives." Default files have been created for you. Simply copy or rename the files by dropping the -dist. Read the comments related to each file carefully. A mistake here results in a non-functional or unsecured server.
-
Step 7
Review carefully and the edit the "httpd.conf" file to include the port number, user name and other basic information. Then edit the "srm.conf" file to create the root document tree and any special functions you require. Edit the "access.conf" file to create a structure for user roles and access management.







