标签:htm 分享 echo upload alias over -- mkdir follow
 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>


标签:htm 分享 echo upload alias over -- mkdir follow
原文地址:http://www.cnblogs.com/han1094/p/6367994.html