Blogujeme.com schrieb: > ----- Original Message ----- From: "Claus Reinke" > <[EMAIL PROTECTED]> > To: "Blogujeme.com" <[EMAIL PROTECTED]> > Sent: Friday, July 20, 2007 12:05 AM > Subject: Re: [suPHP] suPHP problem - empty page > > >> Blogujeme.com schrieb: >>> Hi >>> I have tried to execute directly the binary with the php file and it >>> worked as expected.. the php code was evaluated and correct output >>> given. >>> >>> Regards, >>> Tomas >> Hi Tomas, >> >> please send me your suphp.conf and tell me, do you had compile your php5 >> binary with fast-cgi and force-fastcgi? >> >> -- >> With kind regards >> >> Claus Reinke >> >> > > I didnt compile the php, it was installed with emerge on Gentoo. > > The suphp.conf is like this: > [global] > ;Path to logfile > logfile=/var/log/apache2/suphp_log > > ;Loglevel > loglevel=info > > ;User Apache is running as > webserver_user=hosting > > ;Path all scripts have to be in > docroot=/var/www/hosting/ > > ; Security options > allow_file_group_writeable=true > allow_file_others_writeable=true > allow_directory_group_writeable=true > allow_directory_others_writeable=true > > ;Check wheter script is within DOCUMENT_ROOT > check_vhost_docroot=false > > ;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=0077 > > ; Minimum UID > min_uid=3000 > > ; Minimum GID > min_gid=3000 > > > [handlers] > ;Handler for php-scripts > x-httpd-php=php:/usr/lib/php5/bin/php-cgi > x-httpd-php5=php:/usr/lib/php5/bin/php-cgi > x-httpd-php4=php:/usr/lib/php4/bin/php-cgi > x-httpd-phtml=php:/usr/lib/php5/bin/php-cgi > > ;Handler for CGI-scripts > x-suphp-cgi=execute:!self > > > hmm okay, please check your modules, ähm, if you use the same php.ini for php4 and php5, that don't work any time!!!
If you use the false DSO modules, then you get an "Segmentation fault (11)". please check this. -- With kind regards MWHS Solutions Claus Reinke _______________________________________________ suPHP mailing list [email protected] http://lists.marsching.biz/mailman/listinfo/suphp
