Actions
Feature #2017
closedX-Sendfile handoff to mod-static-file in 1.4.x
ASK QUESTIONS IN Forums:
Description
A common use case for X-Sendfile is simple authentication - a backend determines if a user should get a file, and if so, fires off an X-Sendfile. In this use case, it makes very little sense for the backend to re-implement the things that lighttpd already does for serving other static files - figuring out and serving Content Type headers, ETags, 304 responses, etc.
Essentially, I'd like a way to tell lighty to "just serve the file the way you'd serve any other static file".
1.5 apparently has this feature as mentioned here: http://blog.lighttpd.net/articles/2006/07/22/mod_proxy_core-got-x-sendfile-support
Updated by gstrauss over 8 years ago
- Related to Feature #799: mod_fastcgi + X-Sendfile -> mod_staticfile added
Updated by gstrauss over 8 years ago
- Related to Feature #2076: X-sendfile should be able to set content-type added
Updated by gstrauss over 8 years ago
- Related to Feature #2253: scgi x-sendfile added
Updated by gstrauss over 8 years ago
- Status changed from New to Patch Pending
- Target version set to 1.4.40
Updated by gstrauss over 8 years ago
- Status changed from Patch Pending to Fixed
- % Done changed from 0 to 100
Applied in changeset b9940f9856c166dc7368207d1869cb203774db87.
Actions
Also available in: Atom