hi, i just install nginx-0.8.54, php-5.3.5, mysql-5.5.8 in nginx.conf i pass .php file to php-fpm(127.0.0.1:9000) i can get static file like index.html, but i got a blank page from simple test.php file, there only one command: <?php phpinfo(); ?> and no errors print out, i set all display_errors=on, and it doesn't work. i guess nginx can connect to php-fpm, but php-fpm seem to not intepret php file. and i compile php against apache apxs2, it works!!! can somebody help me out. thanks so much