14,954
edits
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
[http://www.appservnetwork.com/ AppServ] | |||
== Upgrade AppServ == | |||
preparation task for {{Win}} | |||
* backup folder {{kbd | key = X:/AppServ/}} | |||
* backup the PHP configuration file which located {{kbd | key = C:\Windows\php.ini}} | |||
* backup the MySQL data which located {{kbd | key = X:/AppServ/MySQL/data}} | |||
* stop the {{kbd | key = Apache}} & {{kbd | key = mysql}} services | |||
install the AppServ installer | |||
* | |||
change the configuration file | |||
* PHP config file: copy the file {{kbd | key = X:/AppServ/php6/php.ini-recommended}} and copy to {{kbd | key = C:\Windows\php.ini}} | |||
* If any change of the PHP config file, you need to restart the {{kbd | key = Apache}} service | |||
** To verify your change of PHP config file, you can use [http://php.net/manual/en/function.phpinfo.php PHP: phpinfo] to output information about PHP's configuration or type {{kbd | key = <nowiki>php -m</nowiki>}} to show the loaded modules in console mode<ref>[http://php.net/manual/en/features.commandline.options.php PHP: Options - Manual]</ref> | |||
== Change the default install directory of AppServ == | == Change the default install directory of AppServ == | ||
| Line 16: | Line 31: | ||
* start the AppServ service: Apache & MySQL services. And good luck! | * start the AppServ service: Apache & MySQL services. And good luck! | ||
== references == | |||
<references /> | |||
related page: [[XAMPP]] | related page: [[XAMPP]] | ||