C语言 c++ php mysql nginx linux lnmp lamp lanmp memcache redis 面试 笔记 ppt 设计模式 问题 远程连接

  2014年3月27日
摘要: 目标:新配置一个虚拟主机,要求端口为8080,但要保证原来的80端口仍可用1、修改 httpd.conf 开启vhost文件支持 2、httpd-vhosts.conf 中增加,记得把原来的内容全部注释掉 DocumentRoot "E:/wamp/www/test" ServerName test.cm ServerAlias test.cm ErrorLog "logs/dummy-host.example.com-error.log" CustomLog "logs/dummy-host.example.com-access.log&qu 阅读全文
posted @ 2014-03-27 20:02 思齐_ 阅读(4724) 评论(0) 推荐(1) 编辑