XAMPP
From Wikipedia, the free encyclopedia
XAMPP | |
---|---|
Developed by | Apache Friends |
Latest release | 1.6.6a / Feb 22, 2008 |
OS | Cross-platform (Linux, Windows, Solaris, Mac OS X) |
Genre | WAMP |
License | GPL |
Website | http://www.apachefriends.org/en/xampp.html |
XAMPP is a free, cross-platform web server, consisting mainly of the Apache HTTP Server, MySQL database, and interpreters for scripts written in the PHP and Perl programming languages.
Contents |
[edit] Etymology
XAMPP's name is an acronym for:
The program is released under the GNU General Public License and acts as a free, easy-to-use web server capable of serving dynamic pages. XAMPP is available for Microsoft Windows, Linux, Sun Solaris, and Mac OS X, and is mainly used for web development projects.
[edit] Requirements and features
XAMPP only requires one zip, tar or exe file to be downloaded and run, and little or no configuration of the various components that make up the web server is required. XAMPP is regularly updated to incorporate the latest releases of Apache/MySQL/PHP and Perl. It also comes with a number of other modules including OpenSSL and phpMyAdmin.
Because its user interface is considered simple to use it is sometimes called the "lazy man's WAMP/LAMP installation."
Installing XAMPP takes less time than installing every installation contained in the package as a separate install.
The result is self-contained, multiple instances can exist on a computer, and a given instance can be copied from one computer to another.
It is offered in both a full, standard version and a smaller version (known as XAMPP Lite). Add-on extension modules are also available.
[edit] Applications
Officially, XAMPP's designers only intended it for use as a development tool, to allow website designers and programmers to test their work on their own computers without any access to the Internet. To make this as easy as possible, many important security features are disabled by default.[1] In practice, however, XAMPP is sometimes used to actually serve web pages on the World Wide Web. A special tool is provided to password-protect the most important parts of the package. XAMPP also provides support for creating and manipulating databases in MySQL and SQLite among others.