XAMPP
From Wikipedia, the free encyclopedia
Developed by | Apache Friends |
---|---|
Latest release | 1.7.0 / 2008-12-23 |
Operating system | Cross-platform (Linux, Windows, Solaris, Mac OS X) |
Type | WAMP |
License | GPL |
Website | http://www.apachefriends.org/en/xampp.html |
XAMPP is a free and open source cross-platform web server package, 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:
- X (meaning cross-platform)
- Apache HTTP Server
- MySQL
- PHP
- Perl
The program is released under the terms of the GNU General Public License and acts as a free web server capable of serving dynamic pages. XAMPP is available for Microsoft Windows, Linux, Solaris, and Mac OS X, and is mainly used for web development projects.
[edit] Requirements and features
XAMPP requires only 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".[citation needed]
Installing XAMPP takes less time than installing each of its components separately. Self-contained, multiple instances of XAMPP can exist on a single computer, and any 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 also are available.
[edit] Use
Officially, XAMPP's designers intended it for use only 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.
[edit] See also
[edit] References
- ^ "apache friends - xampp for windows". Apachefriends.org. http://www.apachefriends.org/en/xampp-windows.html. Retrieved on 2008-12-19.
[edit] External links
- Apache Friends — Official Web site
- Interview with Kai Seidler from the XAMPP project - interview by Lenz Grimmer, MySQL
- Install XAMPP for easy, integrated development - article by Nils-Erik Frantzell, IBM
- Installing, Configuring, and Developing with XAMPP - article by Dalibor D. Dvorski, Skills Canada - Ontario