lamp----4 虚拟目录
Posted 奥特最帅
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了lamp----4 虚拟目录相关的知识,希望对你有一定的参考价值。
301 mkdir /ggg
302 echo "<h1>gggggggg</h1>" > /ggg/index.html
303 cat /ggg/index.html
304 ll -d -Z /web/
305 ll -d -Z /web/upload/
306 chcon -R -t httpd_sys_rw_content_t /ggg/
vi /etc/httpd/conf/httpd.conf
Alias /ggg "/ggg"
<Directory "/ggg">
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
以上是关于lamp----4 虚拟目录的主要内容,如果未能解决你的问题,请参考以下文章