Wednesday, May 22, 2013

[Apache] Apache HTTP Server installation tutorial on windows platflat

Go to Offical Page of Apache, then go to the download page:
http://httpd.apache.org/download.cgi

Look for the "MSI installer" in the download page:

For me, I downloaded from here, that's same:
http://ftp.cuhk.edu.hk/pub/packages/apache.org/httpd/binaries/win32/

I marked 2 files, you select one of them to download is okay.
To identfy "no-ssl.msi" or "openssp.msi", It's depend on will you develop website with https function,
If the answer is no, download httpd-2.0.64-win32-x86-no_ssl.msi .


After downloaded the msi file, 
double click the msi file(msi installer) and follow the instructions of wizard is okay, then you can open a browser and input "http://127.0.0.1/" to test is the installation success.

No comments :

Post a Comment