Search...

Wednesday, July 6, 2016

Difference between APACHE Server & WAMP Server for PHP?

Apache Server
Apache is a web server, which is used to serve the web pages. Apache is a open source software, it runs in almost all operating system like Mac OS X, UNIX, LINUX, Windows, FreeBSD,.etc As of 2012, apache is used by 57.46% of all active websites and installed in 65.24% of the top servers across all domains. Important feature of Apache is it runs on both linux and windows platform.
WAMP Server
WAMP is acronym for Windows operating system, Apache, MySQL and PHP.  Here Apache is web server, Mysql is database and PHP is  a server side scripting language. All of this are open source software. Instead of using WAMP server, we can also install Apache, PHP and mysql separately. But newbie php/mysql programmer doesn’t have idea about Apache settings, WAMP server ease the job of PHP settings and other server settings. The first version of WAMP server is EasyPHP, which is launched in 1999.