Windows环境

本章是Linux环境下的配置和使用说明

软件安装在C:websoft9nodejs表示nodejs不同的版本号,以下不再单独说明)。

首页对应目录:C:websoft9nodejs*apache2htdocs,该目录包含首页index等文件。

版本:Apache 2.4.20 、Node.js 6.2.2、Python 2.7、Redis 3.2.1

服务随操作系统自动启动,如果手工修改配置参数后,需要重新启停服务,有两种方法。

方法一:在“开始”-> “管理工具”->“服务”中重启nodejsstackApache服务。

方法二:在C:websoft9nodejs*中找到“manager-windows”。

双击打开“manager-windows”,可以进行服务启停、参数配置。

If you find any problem starting Redis, the first place you should check is
the Apache error log file:

C:/websoft9/nodejs*/redis/var/log/redis-server.log.

Most errors are related to not being able to listen to the default port.
Make sure there are no other server programs listening at the same port
before trying to start Redis. For issues not covered in this Quick Start guide, please refer to
the Redis documentation, which is located at http://redis.io/documentation

Last updated