Rackspace 服务器和 CakePHP Webroot 帮助
我正在将 cakephp 网站从旧服务器移至机架空间。我可以正常加载我的网站,但所有 CSS 和 JS 都损坏了。我不确定是我忽略了 Cake 设置还是 Rackspace 设置。我的蛋糕安装在
/var
/www
/rp
/app
/cake
etc
etc
这是我每次重新启动 apache 时看到的错误。有事没排队。如果我需要提供任何其他信息来帮助解决此问题,请告诉我。谢谢!
- 重新启动 Web 服务器 apache2 警告:DocumentRoot [/var/www/app/webroot] 不存在 apache2:无法可靠地确定服务器的完全限定域名,使用 xxxx 作为 ServerName ...等待警告:DocumentRoot [/var/www/app/webroot] 不存在 apache2:无法可靠地确定服务器的完全限定域名,使用 xxxx 作为 ServerName ...完毕。
I am moving my cakephp website from my old server to rackspace. I can load my website fine but all the CSS and JS is broken. I'm not sure if it's a Cake setting I'm over looking or a Rackspace setting I'm over looking. I have my cake install in
/var
/www
/rp
/app
/cake
etc
etc
This is the error I see whenever I restart apache. Something isn't lining up. Please, let me know if I need to provide any other information to help resolve this issue. Thanks!
- Restarting web server apache2
Warning: DocumentRoot [/var/www/app/webroot] does not exist
apache2: Could not reliably determine the server's fully qualified domain name, using x.x.x.x for ServerName
... waiting Warning: DocumentRoot [/var/www/app/webroot] does not exist
apache2: Could not reliably determine the server's fully qualified domain name, using x.x.x.x for ServerName
...done.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 apache2.conf 中未指定 DocumentRoot,则默认为 /var/www
不过,我通常喜欢将其放在我的 vhosts 文件中。确保包含您的虚拟主机文件。例如:
vhost 文件示例如下:
If the DocumentRoot is not specified in apache2.conf, then it defaults to /var/www
However, I usually like to put it in my vhosts file. Make sure your vhost file is included. For example:
An example of a vhost file is as follows: