Home > Article > Backend Development > PHPWAMP configuration modification and specific configuration modification of web server, php and mysql
phpwamp supports Nginx, apache, and iis (all are full versions and more stable)
It integrates multiple php versions by default, including TS and NTS, (supports customization php version)
Mysql integrates mysql5.5, mysql5.6, mysql7 by default (supports custom Mysql version)
##Today we will explain in detail how to modify the configuration of PHPWAMP
1. Modify the configuration of Apache and Nginx servers, as shown below. You can click on the relevant settings to modify the server configuration
(Friendly reminder, nginx, The configuration of apache and iis can also be modified in the right-click menu in the site management)
2. PHPWAMP main interface switching The PHP version is the version of the default site. To modify the PHP configuration of the default site, click on the relevant settings. Modifying the PHP configuration in the site management does not mean modifying the PHP version here. Please modify the PHP configuration of the site management in the site management (default integrated PHP Including ts and nts)
(Note: The php version of the main interface is different from the one in the site management. The default site of the main interface is 6 The PHP version is thread-safe and uses a module running mode, while the PHP version in site management uses a non-safe thread and belongs to the FCGI running mode)
3. Of course, the most convenient way is to directly right-click the site management to modify the configuration. Right-click the site to modify the corresponding PHP and Web server configurations
(Note: php5.2, php5.3, php5.4, php5.5, php5.6, and php7 in site management use FCGI running mode and are NTS. If Select the default php version in the site management, then the current default php version of the main interface is selected, which is the module running mode and the php version of TS)
#4. Modify the Mysql database configuration, click on the relevant settings, click to modify the database configuration,(What is modified here is the current mysql Database configuration, if you want to modify the database configuration of other Mysql versions, please switch to other mysql versions first)
The above is the detailed content of PHPWAMP configuration modification and specific configuration modification of web server, php and mysql. For more information, please follow other related articles on the PHP Chinese website!