Things You'll Need:
- Apache 2
-
Step 1
Download the latest source code from the Apache website.
-
Step 2
Open a terminal window. The terminal window will be found in the operating system's main "Application" menu, under either "System Tools" or "Utilities." You will be presented with a command prompt where you will type the following commands.
-
Step 3
Type the command "tar -zxvf httpd-<version>.tar.gz" to extract the source code. Replace <version> with the current version number.
-
Step 4
Type "cd httpd-<version>" to move into the source code directory.
-
Step 5
Type "./configure" to build the libraries.
-
Step 6
Type "make" to compile the source code.
-
Step 7
Type "su" to change to the root user.
-
Step 8
Type "make install" to install the binaries.
-
Step 9
Type "exit" to exit the root session.
-
Step 1
Download the Apache .rpm package from the Apache website.
-
Step 2
Open a terminal window. The terminal window will be found in the operating system's main "Application" menu, under either "System Tools" or "Utilities." You will be presented with a command prompt where you will type the following commands.
-
Step 3
Type the command "su" to switch to the root user.
-
Step 4
Type the command "rpm -iv httpd-<version>.rpm" to install the RPM binary.
-
Step 5
Type "exit" to exit the root session.
-
Step 1
Download the latest Windows installer package from the Apache website.
-
Step 2
Double click the downloaded file to start the install process.
-
Step 3
Provide your network domain, server name and administrator's email address at the "Server Information" prompt.
-
Step 4
Select "For for All Users, on Port 80, as a Service -- Recommended" to run the software as a service.
-
Step 5
Select "Typical" to install the software with the default setup.










