XAMPP (Apache + MySQL + PHP + Perl) is a powerful Integrated Software Package for website creation. This software package was originally named lampp, but in order to avoid misunderstanding, the latest versions were renamed XAMPP. It can be installed and used in windows, Linux, Solaris, M ac OS X, and other operating systems. It supports multiple languages: English, simplified Chinese, traditional Chinese, Korean, Russian, and Japanese.
Https://www.apachefriends.org/zh_cn/index.html: XAMPP
XAMPP installation process in win7:
1. Right-click the installation file and run it as an administrator:
2. Select the component to be installed (all components are selected by default ):
3. Set the installation directory (it is recommended that you install it on a non-system disk, instead of using a special directory name ):
4. This is an introduction to bitnami (bitnami provides WordPress, joomla,DrupalDownload the installation packages of open-source programs such as bbpress. All the installation packages have built-in server environments. That is to say, the installation can be completed in one-time without the need to build servers on the local computer .) :
5. You are ready to execute the following installation:
6. Installation in progress:
7. installation is complete (the entire process should not exceed 5 minutes ):
8. Start the XAMPP Control Panel Program (here you can start and configure each service program. In the red font prompt my machine Apache listening SSL port 443 conflicts with the installed program, click the corresponding [config] button, modify the httpd-ssl.conf file, change "Listen 443" to "Listen 5443" and save the configuration file to start Apache .) :
9. After the Apache and MySQL services are started normally (note that the text background of Apache and MySQL is green ):
[End]