文章分类 -  php开发笔记

开发笔记
摘要:1、php可以做什么?2、php服务器原理?3、软件下载?4、多站点配置?a、开启虚拟主机:# Virtual hostsInclude conf/extra/httpd-vhosts.confb、 ServerAdmin webmaster@dummy-host2.example.com 管理员邮件地址 DocumentRoot "c:/Apache24/docs/dummy-host2.example.com" 文件路径 ServerName dummy-host2.example.com 域名绑定,正确则访问 ErrorLog "logs/dummy-h.. 阅读全文
posted @ 2013-12-25 21:49 kedarui 阅读(140) 评论(0) 推荐(0)