windows下启动apache的方法

来自:互联网
时间:2020-06-19
阅读:

具体步骤如下:

1、Cmd打开命令行窗口,切换到apache安装目录下

cd  C:\MAS\TRSMAS\win31\apache\bin

2、安装apache服务器

installed Apache services
httpd.exe -k install

3、修改配置文件

编辑文件:<安装目录>\conf\httpd.conf

4、测试该服务的配置文件

httpd.exe -n "MyServiceName" –t

5、启动已安装的apache服务

httpd.exe -k start

6、测试安装结果

http://localhost:port

返回顶部
顶部