Linux下更改了Apache的默认网站目录后没有权限访问
求大神帮助
/etc/httpd/conf/httpd.conf中
DocumentRoot “/var/uchi/TEN”
<Directory / >
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory "/var/uchi/TEN" >
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
访问时提示 You don't have permission to access / on this server.
是哪里出问题了