Project

General

Profile

mod_secdownload and server.error-handler-* do not work together?

Added by kasbah over 15 years ago

Serving some with mod_secdownload protected Downloads with lighty 1.4.18 on debian stable i would like to have a custom 404, 403 page for files with modified or expired token.

I tried to use server.error-handler-* but if i look at the documentation it states

It is not invoked if dynamic content, such as a fastcgi script, returns an HTTP 404 status code.

and hence i think i am not able to server my 404-Handler for broken Downloadlinks, particularly with regard to it is not working like i configured it?

Maybe i missed something?

Am i right?