Mac 上的 CakePHP - 内部服务器错误

发布于 2024-12-03 01:48:21 字数 844 浏览 2 评论 0原文

我一直在我的 Linux 计算机上创建 CakePHP 应用程序并使用 Lampp 运行它。一切都很顺利。

我已将该项目交给一位使用 Mac 并运行 Mamp 的设计师进行一些布局更新。

当他尝试运行该项目时,他收到以下错误:

网站在检索时遇到错误 http://localhost:8888/。它可能因维护或配置而停机 错误地。以下是一些建议: 稍后重新加载此网页。 HTTP 错误 500(内部服务器错误):出现意外情况 服务器尝试满足请求时遇到。

为什么这个错误会出现在他的 Mac 上而不是我的 Linux 上?

编辑:

服务器日志显示以下内容:

[Sun Sep 04 20:07:50 2011] [错误] [client ::1] 客户端被拒绝 服务器配置:/Users/Jamie/Sites/.DS_Store [9 月 4 日星期日 20:07:52 2011] [错误] [客户端 ::1] 客户端被服务器拒绝 配置:/Users/Jamie/Sites/Glecto/.DS_Store,引用地址: http://localhost:8888/ [Sun Sep 04 20:15:52 2011] [通知] 捕获 SIGTERM,关闭 [Sun Sep 04 20:15:55 2011] [通知] 摘要: 生成摘要身份验证的秘密...

I have been creating a CakePHP application on my Linux computer and running it using Lampp. Everything has been going well.

I have passed the project to a designer to do some layout updates who is using a Mac and running Mamp.

When he try to run the project he is receiving the following error:

The website encountered an error while retrieving
http://localhost:8888/. It may be down for maintenance or configured
incorrectly. Here are some suggestions: Reload this webpage later.
HTTP Error 500 (Internal Server Error): An unexpected condition was
encountered while the server was attempting to fulfill the request.

Why would this error occur on his Mac but not my Linux?

EDIT:

The Server log is showing the following:

[Sun Sep 04 20:07:50 2011] [error] [client ::1] client denied by
server configuration: /Users/Jamie/Sites/.DS_Store [Sun Sep 04
20:07:52 2011] [error] [client ::1] client denied by server
configuration: /Users/Jamie/Sites/Glecto/.DS_Store, referer:
http://localhost:8888/ [Sun Sep 04 20:15:52 2011] [notice] caught
SIGTERM, shutting down [Sun Sep 04 20:15:55 2011] [notice] Digest:
generating secret for digest authentication ...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

九局 2024-12-10 01:48:21

我最近在使用 MAMP 时遇到了同样的问题。我将一个普通的 php 站点从在线复制到本地进行测试,当我在本地浏览该站点时,该站点不断向我显示该错误。原来是文件的权限问题。我必须检查文件和文件夹并更改权限。希望这有帮助

I had the same problem recently using MAMP. I copied a plain php site from online to local for testing and the site kept giving me that error when I browsed to it locally. It turned out to be the permissions on the files. I had to go through the files and folders and change the permissions. Hope this helps

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文