【发布时间】:2014-02-19 16:52:17
【问题描述】:
我试图将 localhost 移动到主文件夹,但收到错误 403。httpd.conf 到此结束:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /home/valera5505/sites/localhost
ServerName localhost
<Directory /home/valera5505/sites/localhost>
AllowOverride All
Order allow,deny
Require all granted
</Directory>
</VirtualHost>
【问题讨论】:
标签: apache fedora httpd.conf