我在我的 apache 服务器上设置了一个虚拟主机,重新启动服务器后,它发出警告:启动 httpd:警告:DocumentRoot /www/html/platinum 不存在
ServerAdmin [email protected]
DocumentRoot /www/html/platinum
ServerName www.platinum.com
ErrorLog logs/platinum.com-error_log
CustomLog logs/platinum.com-access_log common
有人能帮我解决这个问题吗
答案1
看起来,/www/html/ 中没有名为 platinum 的目录。因此,首先在 /www/html/ 中创建目录 platinum,并将 apache 的用户和组设置为创建的文件夹。