1.0 Before you begin
Please download this software
Apache 2.2.8 [win32 binary] http://apache.leakage.org/httpd/binaries/win32/
(apache_2.2.8-win32-x86-no_ssl.msi)
MySQL 5.0.51b [Windows (x86)] http://dev.mysql.com/downloads/mysql/5.0.html#win32
(mysql-5.0.51b-win32.zip)
PHP 5.2.6 [windows binaries] http://my.php.net/downloads.php
(php-5.2.6-Win32.zip)
phpMyAdmin 2.11.2 http://www.phpmyadmin.net/home_page/downloads.php
(phpMyAdmin-2.6.2-pl1.zip)
I’m using Windows XP with sp2.
2.0 Installing Apache 2.2
- Double-click the Apache installer file (apache_2.2.8-win32-x86-no_ssl.msi) to launch the Apache automated installer.
- Click --> Next
- Select “I accept the terms in the license agreement" and click Next.
- Click --> Next
- Example if your url is www.somenet.com (this is not important because we only want a personal webserver).
Network Domain : somenet.com
Server Name : www.somenet.com
Administrator’s Email Adress : webmaster@somenet.com (your admin email address)
Select for All User, on Port, as a Service – Recommended
Click --> Next. - Select Custom setup. Click --> Next.
- I want to install all my server program in different location. So, select Apache HTTP Server 2.2.8 and click Change.
- Type [Drive]:\server\Apache to change installation folder. This is depending on what folder you want to install. In this case, I want to put all installation of Apache2, MySQl, and PHP in the same e:\server\ folder.
Click --> OK --> NEXT. - We are ready to install. Click Install.
- Installing... After some time, some DOS windows will appear and disappear.
- If everything going well, we can see this window. Click --> Finish
- To check your installation, open your favorite browser. Type http://localhost/ or http://127.0.0.1. If you see It Works! text, it means you installation is correct.
.
No comments:
Post a Comment