Project

General

Profile

Actions

Bug #1203

closed

CSS file not loading under lighttpd-1.5.0-r1857 (perhaps tiny fails error with certain network backends?)

Added by mike503 almost 17 years ago. Updated 4 months ago.

Status:
Obsolete
Priority:
High
Category:
mod_rewrite
Target version:
ASK QUESTIONS IN Forums:
No

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)

Actions #1

Updated by Anonymous over 16 years ago

same error here with css file.
produced by:
url.rewrite-once = (
"^/js/(.*)$" => "/js/$1",
"^.*$" => "/admin/index.php"
)

-- atobsn

Actions #2

Updated by stbuehler over 15 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).

Actions #3

Updated by gstrauss 4 months ago

  • Status changed from Missing Feedback to Obsolete
  • ASK QUESTIONS IN Forums set to No

lighttpd 1.5.x branch has been abandoned.

lighttpd 1.4.x branch is now far more advanced and continues to be maintained.

Actions

Also available in: Atom