XAMPP
This article needs additional citations for verification. (February 2012) |
Developer(s) | Apache Friends |
---|---|
Stable release | 1.8.0
/ July 13, 2012 |
Operating system | Cross-platform (Linux, Windows, Solaris, Mac OS X) |
Type | WAMP, MAMP, SAMP, LAMP |
License | GPL |
Website | www.apachefriends.org/en/xampp.html |
XAMPP (/[invalid input: 'icon']ˈzæmp/ or /ˈɛks.æmp/[1]) is a free and open source cross-platform web server solution stack package, consisting mainly of the Apache HTTP Server, MySQL database, and interpreters for scripts written in the PHP and Perl programming languages.
Etymology
XAMPP's name is an acronym for:
- X (to be read as "cross", meaning cross-platform)
- Apache HTTP Server
- MySQL
- PHP
- Perl
Requirements and features
XAMPP requires only one zip, tar, 7z, 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.
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.
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.[2] In practice, however, XAMPP is sometimes used to actually serve web pages on the World Wide Web[citation needed]. A special tool is provided to password-protect the most important parts of the package.[3]
XAMPP also provides support for creating and manipulating databases in MySQL and SQLite among others.
Once XAMPP is installed, it is possible to treat a localhost like a remote host by connecting using an FTP client. Using a program like FileZilla has many advantages when installing a content management system (CMS) like Joomla. It is also possible to connect to localhost via FTP with a HTML editor.
The default FTP user is "newuser", the default FTP password is "wampp".
The default MySQL user is "root" while there is no default MySQL password.
Components
XAMPP 1.8.0 for Windows, including:[4]
- Apache 2.4.2
- MySQL 5.5.25a
- PHP 5.4.4
- phpMyAdmin 3.5.2
- FileZilla FTP Server 0.9.41
- Tomcat 7.0.28 (with mod_proxy_ajp as connector)
XAMPP 1.8.0 for Linux, including: [5]
- Apache 2.4.2
- MySQL 5.5.25a
- PHP 5.4.4
- phpMyAdmin 3.5.1
- OpenSSL 1.0.1c
See also
References
- ^ "Interview with Kai Seidler from the XAMPP project". MySQL AB. Retrieved 2009-08-22.
- ^ "apache friends - xampp for windows". Apachefriends.org. Retrieved 2008-12-19.
- ^ "XAMPP for Linux". Retrieved 4/30/2012.
{{cite web}}
: Check date values in:|accessdate=
(help) - ^ "xampp for windows". apache friends. 2012-07-13. Retrieved 2012-07-23.
- ^ "very easy apache, mysql, php and perl installation without hassles". apache friends. 2012-07-13. Retrieved 2012-07-23.
External links
- Official website
- 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