windows 下apache安装

window下安装Apache

1、下载mis安装文件,地址:http://apache.freelamp.com/httpd/binaries/win32/httpd-2.2.16-win32-x86-openssl-0.9.8o.msi
2、不停地点next安装下来。
3、用文件编辑器,打开安装目录下的文件 /Apache Software Foundation/Apache2.2/conf/httpd.conf
4、#开头的行,表示注释行。
5、查找ServerName,添加如下类似配置:
ServerName dev80.appache.com
6、查找Listen 修改监听端口为8080,配置如下:
Listen 8080
7、查找DocumentRoot,配置网站目录。配置如下:
DocumentRoot "D:/Server/Apache2.2/website"
8、在目录D:/Server/Apache2.2/website 放入index.html 文件
9、设置起始页为index.html:
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
10、在浏览器中浏览:
http://localhost:8080
即可看到index.html的内容。
如果出现Forbidden You don't have permission to access on this server的情况
则修改相应权限,将Deny from all注释掉
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
# Deny from all
</Directory>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值