Ticket #1203 (new defect)

Opened 1 year ago

Last modified 8 months ago

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

Reported by: mike503 Assigned to: jan
Priority: high Milestone: 1.5.0
Component: mod_rewrite Version: 1.5.x-svn
Severity: critical Keywords:
Cc: Blocking:
Need Feedback: 1

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)

Attachments

Change History

12/07/2007 04:31:13 AM changed by atobsn

  • priority changed from normal to high.
  • component changed from core to mod_rewrite.
  • severity changed from major to critical.
  • pending set to 1.

same error here with css file. produced by: url.rewrite-once = (

"/js/(.*)$" => "/js/$1", ".*$" => "/admin/index.php"

)


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




Change Properties