背景:
阅读新闻
浅析Apache主配置文件
[日期:2012-10-14] 来源:Linux社区 作者:liuyatao666 [字体:]
物理目录:物理目录必须放置到别人的目录中,而且在访问的时候必须写上物理目录的名称。
[root@lyt httpd]# cd /var/www/html/
[root@lyt html]# mkdir abc #创建一个物理目录abc
[root@lyt html]# cd abc/
[root@lyt abc]# echo "abc">index.html #创建物理目录abc的网页index.html
[root@lyt abc]# su – test1 #切换到个人站点test1
[test1@lyt ~]$ cd public_html/
[test1@lyt public_html]$ mkdir abc/ #在个人站点test1中创建物理目录abc
[test1@lyt public_html]$ echo "lasdfjlas">index.html #在个人站点test1中创建的物理目录下创建index.html文件
[test1@lyt abc]$ exit #退出个人站点test1
测试:
虚拟目录:其实是通过别名实现的,真实的目录可以随意放置,访问时只使用别名即可
[root@lyt abc]# mkdir /mnt/virtual
[root@lyt abc]# cd /mnt/virtual/
[root@lyt virtual]# mkdir qqqq
[root@lyt virtual]# cd qqqq/
[root@lyt qqqq]# echo ";adfsf">index.html #为创建的虚拟目录编写一个网页文件
[root@lyt qqqq]# vim /etc/httpd/conf/httpd.conf
[root@lyt qqqq]# service httpd restart
测试:
本文评论 查看全部评论 (0)
尊重网上道德,遵守中华人民共和国的各项有关法律法规 承担一切因您的行为而直接或间接导致的民事或刑事法律责任 本站管理人员有权保留或删除其管辖留言中的任意内容 本站有权在网站内转载或引用您的评论 参与本评论即表明您已经阅读并接受上述条款
评论声明
最新资讯