httpd文件根目录不存在

我在我的apache服务器上设置了一个虚拟主机,并且在重新启动服务器之后,它给出警告: Starting httpd:Warning: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 

任何人都可以帮我解决这个问题

看来,/ www / html /中没有名为铂金的目录。 因此,首先在/ www / html /中创builddir铂金,并将apache的用户和组设置为创build的文件夹。