Rumah > Artikel > Operasi dan penyelenggaraan > windows下启动apache的方法
具体步骤如下:
1、Cmd打开命令行窗口,切换到apache安装目录下
cd C:\MAS\TRSMAS\win31\apache\bin
(推荐教程:apache从入门到精通)
2、安装apache服务器
installed Apache services
httpd.exe -k install
3、修改配置文件
编辑文件:9b42b8a7d4f145c8cb68bf145dfaa078\conf\httpd.conf
4、测试该服务的配置文件
httpd.exe -n "MyServiceName" –t
5、启动已安装的apache服务
httpd.exe -k start
6、测试安装结果
http://localhost:port
Atas ialah kandungan terperinci windows下启动apache的方法. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!