[issue1998] kqueue issues with nginx

Peter Avalos (via DragonFly issue tracker) sinknull at leaf.dragonflybsd.org
Mon Feb 21 20:57:21 PST 2011


Peter Avalos <peter at theshell.com> added the comment:

Try a simple config like:
server {
listen 8001;
location / {
proxy_set_header Host www.airwarriors.com;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://www.airwarriors.com:81;
proxy_redirect http://www.airwarriors.com:81/ http://www.airwarriors.com/;
}
}

Then try to grab http://localhost:8001/forum/AWVB3admincp/index.php

Only get 3316 bytes (should be 7674).

When I switch nginx to use select instead of kqueue, it works fine.

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1998>
_____________________________________________________






More information about the Bugs mailing list