AppServ: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
m (add version)
mNo edit summary
Line 16: Line 16:
* start the AppServ service: Apache & MySQL services. And good luck!
* start the AppServ service: Apache & MySQL services. And good luck!


[[Category:Software]]
[[Category:Server]] [[Category:Software]]

Revision as of 10:08, 7 May 2014


Change the default install directory of AppServ

AppServ v.2.5.10


Change the default install directory of AppServ from C:\AppServ to X:\AppServ

  • Stop the AppServ service: Apache & MySQL services
  • Move the files from C:\AppServ to X:\AppServ
  • change the path of configuration file: httpd.conf, my.ini & php.ini
    • search the string: C:/AppServ/ and replace with the new path: X:/AppServ/
  • change the registry (path of service)
    • input Windows + r to open the console window
    • and input regedit to launch the registry editor
    • search the string: C:\AppServ\ and replace with the new path: X:\AppServ\
    • close the registry editor
  • start the AppServ service: Apache & MySQL services. And good luck!