suPHP升级导致500内部服务器错误

时间:2009-10-16 17:54:24

标签: apache config

我的服务器每晚都会执行yum更新。昨晚,它将suPHP更新到最新版本: Oct 16 01:25:43 Updated: mod_suphp-0.7.1-1.el5.art.x86_64

此更新导致我的网站抛出500内部服务器错误。从我能够找到的,我只需要更改suphp.conf文件中的最后两行以包含引号,我做了。但是在重新启动apache之后,我仍然得到错误500.我的文件或目录都没有设置为777,所以这也不是问题。是否有其他人知道最新的suPHP版本中发生了哪些变化会导致我的配置不再起作用?谢谢。这是我的conf文件现在的样子:

[global]
;Path to logfile
logfile=/var/log/suphp.log

;Loglevel
loglevel=warn

;User Apache is running as
webserver_user=apache

;Path all scripts have to be in
docroot=/

;Path to chroot() to before executing script
;chroot=/mychroot

; Security options
allow_file_group_writeable=false
allow_file_others_writeable=false
allow_directory_group_writeable=false
allow_directory_others_writeable=false

;Check wheter script is within DOCUMENT_ROOT
check_vhost_docroot=true

;Send minor error messages to browser
errors_to_browser=true

;PATH environment variable
env_path=/bin:/usr/bin

;Umask to set, specify in octal notation
umask=0022

; Minimum UID
min_uid=500

; Minimum GID
min_gid=500

; Use correct permissions for mod_userdir sites
handle_userdir=true

[handlers]
;Handler for php-scripts
;x-httpd-php=php:/usr/bin/php-cgi
php5-script="php:/usr/bin/php-cgi"

;Handler for CGI-scripts
x-suphp-cgi="execute:!self"

我正在使用原子火箭龟回收。

1 个答案:

答案 0 :(得分:1)

我修好了。以下行已弃用,因此我只需删除它: handle_userdir=true