在 CentOS 上使用 PHP 5.3.24 的 ZF2 时,错误日志中出现两个错误

在 CentOS 上使用 PHP 5.3.24 的 ZF2 时,错误日志中出现两个错误

我正在尝试使用 zend framework 2,我通过 ssh 在 centos6 上按照这些说明进行操作。

http://framework.zend.com/manual/2.0/en/user-guide/skeleton-application.html

当我尝试启动我的网站时,它出现错误,我转到错误日志并得到了此信息。

[Sun Jun 30 16:02:17 2013] [error] [client 109.217.190.75] SoftException in Application.cpp:357: UID of script "/home/mydomain/public_html/public/index.php" is smaller than min_uid
[Sun Jun 30 16:02:17 2013] [error] [client 109.217.190.75] Premature end of script headers: index.php

它们是什么意思,我该如何解决它们?

PHP 5.3.24

相关内容