Project

General

Profile

Actions

Bug #2226

closed

X-Sendfile failure should not result in 200 OK

Added by Olaf-van-der-Spek almost 14 years ago. Updated almost 14 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_fastcgi
Target version:
ASK QUESTIONS IN Forums:

Description

read(8, "\1\6\0\1\0G\0\0Content-Type: image/jpeg\r\nX-Sendfile: /home/olaf/issues_files/2.bin\r\n\r\n\1\6\0\1\0\0\0\0\1\3\0\1\0\0\0\0\0\0\0\0\0\0\0\0", 103) = 103
stat64("/home/olaf/issues_files/2.bin", 0xbffff1fc) = -1 EACCES (Permission denied)
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2917, ...}) = 0
write(3, "2010-06-15 22:07:47: (mod_fastcgi.c.2680) send-file error: couldn't get stat_cache entry for: /home/olaf/issues_files/2.bin \n", 125) = 125
epoll_ctl(6, EPOLL_CTL_DEL, 8, {0, {u32=0, u64=0}}) = 0
close(8)                                = 0
setsockopt(7, SOL_TCP, TCP_CORK, [1], 4) = 0
writev(7, [{"HTTP/1.1 200 OK\r\nContent-Type: image/jpeg\r\nContent-Length: 0\r\nDate: Tue, 15 Jun 2010 20:07:47 GMT\r\nServer: lighttpd/1.4.26\r\n\r\n", 126}, {"", 0}], 2) = 126
Actions #1

Updated by stbuehler almost 14 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset r2735.

Actions #2

Updated by stbuehler almost 14 years ago

  • Target version changed from 1.4.28 to 1.4.27
Actions

Also available in: Atom