apache
go随风翔
今天不走,明天要跑,跑是跑了,跑错路了…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Windows下安装多个Apache服务
Windows下安装多个Apache服务 2009-08-13 14:29:44 标签:Apache 安装好Apache以后,可以在浏览器中输入http://localhost测试. 更改第一个站点的根目录:在文件Apache2.2\conf\httpd.conf中查找 DocumentRoot 属性,将后面的路径改为你的主站点的路径,如:D:\ww转载 2017-08-17 07:49:30 · 810 阅读 · 0 评论 -
windows下启动apache报make_sock: could not bind to address [::]:443错误!
sc delete 服务名称 来卸载服务 添加我的第二个Apache服务:Apache安装目录的bin子目录下,使用如下命令将Apache安装为Windows NT服务:httpd.exe -k install -n "服务名" -f "d:\apache2.2\conf\web2.conf" 因为我装了VM,所有有个vm的进程一直占用着443端口,我在命令行下ne原创 2017-08-17 07:54:38 · 896 阅读 · 0 评论 -
Apache启动 报Invalid command 'order', perhaps misspelled or defined by a module not included
Apache2.4较Apache2.2做了些改进。 Upgrading to 2.4 from 2.2 http://httpd.apache.org/docs/2.4/upgrading.html mod_authz_host.so模块没有加载,但检查后发现httpd.conf中: 该模块并未被注释掉,那原因究竟出在哪里? 说来也巧,原创 2017-08-21 23:02:35 · 34491 阅读 · 1 评论
分享