您当前的位置: 首页 >  apache

段智华

暂无认证

  • 0浏览

    0关注

    1232博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

Apache Awstats 安装配置系列 (1)

段智华 发布时间:2015-09-19 20:33:02 ,浏览量:0

Apache Awstats 安装配置系列 (1)之Apache 安装

1.下载安装 apache 2.2.31 http://www.apachehaus.com/cgi-bin/download.plx?dli=O5GbwpVaNFzTE50KhdFezBlVOpkVFVFdhZ1Z3R2Z 2、解压缩放在D:\Apache22 3、进入到apache下面的bin目录,输入

httpd -k install  把apache安装成windows后台服务。

4、出错 (OS 5)拒绝访问。  : Failed to open the WinNT service manager

5、打开cmd程序的时候以管理员身份运行

6、安装apache 2.2 成功  D:\Apache22\bin>httpd -k install Installing the Apache2.2 service The Apache2.2 service is successfully installed. Testing httpd.conf.... Errors reported here must be corrected before the service can be started.

7.进入 D:\Apache22\bin>services.msc 启动 apache 2.2 服务

8.校验netstat -n,80端口已经开启 D:\Apache22\bin>netstat -n

活动连接

  协议  本地地址          外部地址        状态   TCP    127.0.0.1:80           127.0.0.1:51558        TIME_WAIT

9.打开http://127.0.0.1/ 显示

Welcome,

That's right! If you are seeing this it means that the web server installed at this site is working properly,

but has not yet been configured.

显示 Server Details

Apache Version: 2.2.31 Win32 Build Date: Jul 15, 2015   OpenSSL Version: 1.0.1p APR Version: 1.5.2 APR-Util Version: 1.5.4 PCRE Version: 8.37 ZLib Version: 1.2.8 LibXML2 Version:  LUA Version:

10、启动D:\Apache22\bin目录下面的ApacheMonitor.exe 也可进行Apache 启动 停止 操作

11、至此 apache 2.2 安装完成

 

关注
打赏
1659361485
查看更多评论
立即登录/注册

微信扫码登录

0.0395s