装了apache后,访问出现The requested URL *** was not found on this server,查看了下/etc/httpd/conf/httpd.conf,发现原因: 1.DocumentRoot指向错误,修改之(三处:apache2.conf.sites-available/000-default.conf.sites-enabled/000-default.conf),使其指向你所想指向的目录 apache默认访问目录为:/var/www/html .要做…