首页 > 代码库 > apache 绿色版 安装
apache 绿色版 安装
下载绿色版apache 本文已apache2.4为例
http://www.apachehaus.com/cgi-bin/download.plx
下载后解压 打开readme_first.html文件
可以看到如果是 xp则需要安装 vs 2008 sp1 和 vc2008 自己下载后更新
安装为服务
httpd.exe -k install
错误提示:
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.
httpd.exe: Syntax error on line 39 of F:/develop/apache/2.4.9/conf/httpd.conf: ServerRoot must be a valid directory
修改38行改为绝对路径
卸载重新安装服务或者不用管只要修改好配置文件就可以的
我这里演示卸载重新安装
卸载:httpd.exe -k uninstall
重新安装
Errors reported here must be corrected before the service can be started.
提示信息:这里报告的错误必须纠正后服务才能启动。(只是给我们个友善的提示)
服务已被安装(右键服务名(Apache2.4)启动 如果比较懒:启动类型改为自动)
http://localhost/
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。