We're always right for our eyes!!! Tuned on 27.05.2009 -NavaJan

Saturday, November 27, 2010

How to install Apachi

Point your browser to the Apache download page. Click on Win32 Binary without crypto (no mod_ssl) (MSI Installer) file; for instance, I downloaded apache_2.2.14-win32-x86-no_ssl.msi. Double-click on this file to start Apache installation. If you are shown a security warning, ignore it and click "Run" to continue

  • Click on "Next" in the introductory screen .
  • Select the "I accept the terms in the license agreement" radio button and hit "Next".
  • Enter localhost for both "Network Domain" and "Server Name". In the "Administrator's Email Address" field I generally type in webmaster@localhost. Move to the next screen .
  • Proceed with Typical installation type, unless you want to be adventurous! 
  • As you can see from the screenshot, by default, Apache is installed in a folder deep under the "Program Files folder. I don't like this and would recommend that you change the installation directory too. I like to keep things slightly organized and prefer Apache to reside in its own folder on the C: drive. I entered C:\Apache as the destination folder and I suggest you do the same.
  • To start installing Apache 2.2 on Windows 7, click on the "Install" button and sit back.
  • By the way, if the installation process is interrupted by the anti-virus program on your computer, just provide permissions for it to continue.
  • In a few minutes, the Apache web server would be installed on your Windows 7 computer.
  • To test the installation, open a web browser window, enter http://localhost/ in the address bar and hit the "Enter" key.
  • If you get a page with the words "It works!", celebrate, because you now have the Apache web server running on your Windows 7 computer. Didn't get this message? You may need to start Apache. Go to "All Programs" -> "Apache HTTP Server 2.2" -> "Control Apache Server" and select either "Start" or "Restart". The Apache server can also be started and stopped from "Services" under the Control Panel .

No comments:

Post a Comment