Feature #7
closederror-handler advanced usage
Description
i would like to specify redirect url for error-handler,
so the httpd would respond with Location: header to user.
second request is to support more error codes, perhaps any numeric code.
currently i need handler for 500, 403 and 503
Updated by Anonymous about 19 years ago
Would be great to use this functionality with mod_secdownload so you could specify a url or redirect for an invalid download (408 Request Timeout)... not too user friendly spitting back the 408 Request Timeout page.
-- t.lucas
Updated by stbuehler about 16 years ago
- Status changed from Assigned to Fixed
- Resolution set to wontfix
server.errorfile-prefix is your friend, static content should be enough for that, or use a dynamic backend in the first place (mod_magnet).
you should not redirect errors, as that would hide them.
http://trac.lighttpd.net/trac/wiki/server.errorfile-prefixDetails
Updated by gstrauss almost 8 years ago
- Description updated (diff)
- Status changed from Wontfix to Fixed
- Target version changed from 1.4.20 to 1.4.x
Also available in: Atom