Bug #1203
closedCSS file not loading under lighttpd-1.5.0-r1857 (perhaps tiny fails error with certain network backends?)
Description
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)
Updated by Anonymous almost 17 years ago
same error here with css file.
produced by:
url.rewrite-once = (
"^/js/(.*)$" => "/js/$1",
"^.*$" => "/admin/index.php"
)
-- atobsn
Updated by stbuehler about 16 years ago
- Status changed from New to Missing Feedback
- Pending changed from Yes to No
- Patch available set to No
Don't use server.use-noatime; if you still have this problem with current snapshots/checkouts (linux-aio* got disabled btw) please provide a ktrace (and reopen).
Also available in: Atom