Username: Save?
Password:
Home Forum Links Search Login Register*
    News: Welcome to the TechnoWorldInc! Community!
Recent Updates
[May 13, 2025, 02:04:25 PM]

[May 13, 2025, 02:04:25 PM]

[May 13, 2025, 02:04:25 PM]

[May 13, 2025, 02:04:25 PM]

[April 12, 2025, 01:54:20 PM]

[April 12, 2025, 01:54:20 PM]

[April 12, 2025, 01:54:20 PM]

[April 12, 2025, 01:54:20 PM]

[March 12, 2025, 03:05:30 PM]

[March 12, 2025, 03:05:30 PM]

[March 12, 2025, 03:05:30 PM]

[March 12, 2025, 03:05:30 PM]

[January 03, 2025, 03:29:12 PM]
Subscriptions
Get Latest Tech Updates For Free!
Resources
   Travelikers
   Funistan
   PrettyGalz
   Techlap
   FreeThemes
   Videsta
   Glamistan
   BachatMela
   GlamGalz
   Techzug
   Vidsage
   Funzug
   WorldHostInc
   Funfani
   FilmyMama
   Uploaded.Tech
   Netens
   Funotic
   FreeJobsInc
   FilesPark
Participate in the fastest growing Technical Encyclopedia! This website is 100% Free. Please register or login using the login box above if you have already registered. You will need to be logged in to reply, make new topics and to access all the areas. Registration is free! Click Here To Register.
+ Techno World Inc - The Best Technical Encyclopedia Online! » Forum » THE TECHNO CLUB [ TECHNOWORLDINC.COM ] » Programming Zone » PHP
  Learn to install Apache 2, MySQL 5, PHP 5, phpMyAdmin 2 and Zend Optimizer 3 on
Pages: [1]   Go Down
  Print  
Author Topic: Learn to install Apache 2, MySQL 5, PHP 5, phpMyAdmin 2 and Zend Optimizer 3 on  (Read 1348 times)
Daniel Franklin
TWI Hero
**********


Karma: 3
Offline Offline

Posts: 16647


View Profile Email


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.jpg

This 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.jpg

Next 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.jpg

The 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.jpg

Next 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.jpg

Next 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.jpg

From 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.jpg

This 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.jpg

This will look like after we have customize the folder

Click >> Next

image link: http://library.monx007.com/pelengkap/install_apache9.jpg

After 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.jpg

When 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.jpg

Once 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.jpg

If 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

Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Copyright © 2006-2023 TechnoWorldInc.com. All Rights Reserved. Privacy Policy | Disclaimer
Page created in 0.064 seconds with 24 queries.