For open-source Web servers, the most popular stack of software is the Apache server, MySQL database, and PHP scripting language. Drawing from their initials, implementations of this on Windows and Linux are known respectively as WAMP and LAMP. XAMPP (free) extends these acronyms, and provides a one-click installation of this stack on Linux, Windows, Mac, or Solaris, along with a handful of other helpful applications and services.
![]()
The XAMPP admin site makes it easy to check if all the components of your server are working.XAMPP is designed to be a development server in a box. There are many other WAMP packages, but XAMPP for Windows is among the most complete and easiest to install. This does however come at the expense of security, so XAMPP is not meant to be used as a production server. The authors at Apache Friends specifically warn against doing so, although if you insist on making your server Web accessible they do provide a nice guide and utility for partially locking it down.






















