随笔分类 -  服务器

IIS && Apache
摘要:{ "name": "bootstrap-demo", "version": "0.1.0", "devDependencies": { "grunt": "*", // grunt basic "grunt-contrib-con... 阅读全文
posted @ 2014-09-15 15:39 会敲代码的狼 阅读(282) 评论(0) 推荐(0)
摘要:IIS下 配置 * 设置 网站标识 -> IP地址 -> 高级 将端口填写为 80 , 将主机头值写为 域名Apache下 配置 httpd.conf文件,将以下代码添加到最后一行NameVirtualHost 98.126.193.240:80 DocumentRoot "d:/wamp/... 阅读全文
posted @ 2014-07-27 21:02 会敲代码的狼 阅读(1007) 评论(1) 推荐(0)