Could very well be a lan driver issue, rx/tx values too high or rx value higher then tx, flow control not used or used but not supported, etc..... try an older driver or if its really old a newer one. Also see if you can get a driver with debugging compiled in or support for raw mode and run something like wireshark to see whats going on.by itpp2012 - Nginx Mailing List - English
You have more then 1 nginx/php process running, kill them all and restart.by itpp2012 - Php-fpm Mailing List - English
Contact your website service provider, what your seeing can be anything including a failed maintenance page.by itpp2012 - How to...
Why not create a 1gb ramdrive to make sure it is a disk IO issue. It might be a lan driver buffer issue.by itpp2012 - Nginx Mailing List - English
You can run multiple nginx sessions by seperating the config between them, the main http section will have to use a 'uniqe' port for each session, from there on you can seperate out the hosted websites and also assign each session its own cpu. You are however limited to a 65.000 connection max for all sessions. Another, easier, way for multiple sessions is to use 1 session as proxy to many secoby itpp2012 - Nginx Mailing List - English
Fyi, VBox shared folders are not designed for active file changes, its a poor man's file sharing method, use a real Samba share if you want to do things with active file changes.by itpp2012 - Ideas and Feature Requests
Can we have a win32 build with ssl 'support' ? ea. compiled so that openssl modules can be held outside the nginx binary for easy updating, for instance since the 1.20 release there have been 2 new (security)releases of openssl which win32 users can not update for nginx as its compiled in. For example filezilla and stunnel have compiled ssl support, I would like nginx to have ssl compiled supporby itpp2012 - Ideas and Feature Requests