2
“ 403禁止-您无权访问/在此服务器上”-Linux Mint 17上的apache2 localhost
期望的行为 能够在浏览器中访问本地主机而不会收到403 Forbidden消息。 当前行为 在浏览器中导航到localhost将返回: Forbidden You don't have permission to access / on this server. Apache/2.4.7 (Ubuntu) Server at localhost Port 80 重现步骤 我Linux Mint 17 Cinnamon使用以下步骤设置了本地服务器: $ sudo apt-get install apache2 php5 $ sudo apt-get install php5-dev php5-cli $ sudo apt-get install php-pear $ pear version // PEAR …