AppServ: Difference between revisions

No edit summary
mNo edit summary
Tags: Mobile edit Mobile web edit
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[http://www.appservnetwork.com/ AppServ]
[https://www.appserv.org/en/ AppServ]
 
{{Archived page | reason= The recent update of AppServ is 2019-09-29, You should not use it for security reason.}}


== Upgrade AppServ ==
== Upgrade AppServ ==
Line 16: Line 18:
* If any change of the PHP config file, you need to restart the {{kbd | key = Apache}} service
* 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>
** 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>
* (optional) enable the MySQL modules
<pre>
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_pdo.dll
extension=php_pdo_mysql.dll
</pre>


== Change the default install directory of AppServ ==
== Change the default install directory of AppServ ==
Line 32: Line 41:
* start the AppServ service: Apache & MySQL services. And good luck!
* start the AppServ service: Apache & MySQL services. And good luck!


== references ==
== References ==
<references />
<references />


related page: [[XAMPP]], [[PHP errors]]
related page: [[XAMPP]], [[Troubleshooting of PHP errors]]




[[Category:Server]] [[Category:Software]]
[[Category:Server]] [[Category:Web server software]]