Hi there,

I have a problem with a suPHP-Installation. 
When calling a php-script I get an:

500 Internal Server Error

in the error.log of Apache I get the following error:

Premature end of script headers: test.suphp

[info] Executing "/srv/www/vhosts/mittelstedt.net/httpdocs/test.suphp" as
UID 10007, GID 2524

UID and GID are the correct. And I can't find any other errors.
Here is part of my vhost-config

    php_admin_flag engine on
    suPHP_Engine On
    suPHP_ConfigPath "/srv/www/vhosts/xxxxxxx/httpdocs"
    AddHandler x-httpd-php .suphp
    suPHP_AddHandler x-httpd-php


and here is my suphp.conf
----------
[global]
logfile=/var/log/suphp.log
loglevel=info
webserver_user=wwwrun
docroot=/
allow_file_group_writeable=false
allow_file_others_writeable=false
allow_directory_group_writeable=false
allow_directory_others_writeable=false
check_vhost_docroot=true
errors_to_browser=true
env_path=/bin:/usr/bin:/usr/local/bin
umask=0022
min_uid=100
min_gid=100
[handlers]
x-httpd-php=php:/usr/bin/php5
x-suphp-cgi=execute:!self
----------

My System is SuSE 10.1
Does anyone has any idea whereelse to look.

ciao
Bert




_______________________________________________
suPHP mailing list
[email protected]
http://lists.marsching.biz/mailman/listinfo/suphp

Reply via email to