using lighttpd-1.5.0-r1857
linux kernel 2.6.19.2
ubuntu edgy (everything is up to date from apt)
compile options
./configure --prefix=/usr --with-pcre --with-bzip2 --with-linux-aio
it works great so far, but a CSS file (very small, 598 bytes) started to fail loading. i found errors in the error log. i tried multiple backends and eventually it worked under "gthread-aio"
linux-aio-sendfile:
network_linux_aio.c.138: (error) opening '/home/mike/web/192.168.1.3/style.css' failed: Operation not permitted
connections.c.1346: (trace) (network-subsys sent us a fatal-error)
not sure?
network_linux_sendfile.c.84: (error) opening '/home/mike/web/192.168.1.3/style.css' failed: Operation not permitted
connections.c.1346: (trace) (network-subsys sent us a fatal-error)
writev:
2007-05-26 21:41:04: (network_writev.c.257) open failed for: /home/mike/web/192.168.1.3/style.css Operation not permitted
connections.c.1346: (trace) (network-subsys sent us a fatal-error)