e the Apache installer we downloaded earlier and double click on it. This will launch the Apache automated installer for us, there are a few options we'll need to set along the way, so keep up.
The first few screens are Apache's configuration, configuring windows to install Apache. This will only take a second and then we'll be ready to begin.
image link:
http://library.monx007.com/pelengkap/install_apache1.jpgThis first screen we'll see after the configuration will be the front of the installer. Basically this just gives you a little information about what we're about to install.
Click >> Next
image link:
http://library.monx007.com/pelengkap/install_apache2.jpgNext we'll have a license agreement that we must accept to continue the installation of Apache.
Select "I accept the terms in the license agreement" >> Click Next
image link:
http://library.monx007.com/pelengkap/install_apache3.jpgThe next screen we have basically explains what we're installing and some useful information about the application and where we can locate updates and so on.
Click >> Next
image link:
http://library.monx007.com/pelengkap/install_apache4.jpgNext we have the server information. This is just basic configurations for the server and doesn't take any time at all.
Network Domain (e.g. somenet.com): localhost
Server Name (e.g.
http://www.somenet.com): localhost
Administrator's Email Address: Your email here
Then we'll select "Run as a service for all users - Recommended". This will start Apache as a service and run it automatically when the system reboot. This would be the best solution for users that want something quick and simple, no maintenance needed.
Click >> Next
image link:
http://library.monx007.com/pelengkap/install_apache5.jpgNext we have the selection of how we'd like to install it. I'd prefer my documents be in another location as I'd like to organize the rest of my server applications in one folder in root. So we'll select Custom for this project and continue.
Click >> Next
image link:
http://library.monx007.com/pelengkap/install_apache6.jpgFrom the next window that appears, select "Apache HTTP Server" and click on the "Change..." button located in the bottom right.
image link:
http://library.monx007.com/pelengkap/install_apache7.jpgThis will bring up a window similar to this one where we're able to change the location of the installation folder. I prefer all of my server applications to be in "C:\server\Apache2.2" so I can organize all of them in one folder. So we'll change the default of "C:\Program Files\Apache Software Foundation\Apache2.2\" to "C:\server\Apache2.2\". Remember to use an ending back slash.
Click >> Ok
image link:
http://library.monx007.com/pelengkap/install_apache8.jpgThis will look like after we have customize the folder
Click >> Next
image link:
http://library.monx007.com/pelengkap/install_apache9.jpgAfter that, the application will bring us to ready to install window. Simple click on Install and the installer will begin the installation of Apache using our custom configurations.
image link:
http://library.monx007.com/pelengkap/install_apache10.jpgWhen it's installing, we'll see a window similar to this and will disappear automatically when finished.
If after the installation, there's a popup window show up (it's a windows firewall warning) that ask whether we want to block or unblock the Apache Port, just choose Unblock option
image link:
http://library.monx007.com/pelengkap/install_apache11.jpgOnce everything is finished, we'll get a window similar to this. Simply click on Finish and we're done. Apache is now installed in the location we provided and is configured using the settings we specified during installation.
Now we can test to see if Apache is installed and running correctly. Let's open our favorite browser and give it a try. Simply type in
http://localhost/ as the URL and hit enter.
image link:
http://library.monx007.com/pelengkap/install_apache12.jpgIf you get a page similar to this, then everything went just fine and Apache is now installed and working correctly.
Remember that we setup Apache to run as a service so the there's a time when the server needs to be stop or restarted manually, example when we changes httpd.conf file. This file contains all the configurations for the server.
Now we can edit and add pages to our new server by going to "C:\server\Apache2.2\htdocs". This will be where all the web pages will be located and should be stored. This can be changed by configuring the location in the httpd.conf file. Remember to restart if anything is changed within this file.
<< Main Section Install MySQL >>
Articles Source - Free Articles