we made two files 1.php and 2.php 1.php { <?php echo file_get_contents("http://127.0.0.1/2.php");?> } 2.php { <?php phpinfo();?> } now you can see run http://127.0.0.1/1.php iis and apache work fine but nginx is dead why?????????? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,223594,223594#msg-223594