DocumentRoot "/var/www/html" //指定网站根目录 <Directory "/var/www/html"> //指定目录权限 Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory>
2.操作步骤
Linux Apache服务(二)
原文:https://www.cnblogs.com/kumunotes/p/11621313.html