Actions
Bug #807
closedunknown config-key: compress.max-file-size
Status:
Invalid
Priority:
High
Category:
mod_compress
Target version:
-
ASK QUESTIONS IN Forums:
Description
I have mod_compress installed but I am still getting the error below.
lighttpd: 2006-08-12 12:08:23: (server.c.857) WARNING: unknown config-key: compress.max-file-size (ignored)
Even though the options say you can use it.
My line is ''compress.max-file-size = "2048"'' 2MB size
-- Scott
Updated by splattael over 18 years ago
The option is called "compress.max-filesize".
# grep -r max-fi src src/mod_compress.c: { "compress.max-filesize", NULL, T_CONFIG_SHORT, T_CONFIG_SCOPE_CONNECTION }, src/mod_compress.c: } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("compress.max-filesize"))) {
Updated by Anonymous over 18 years ago
Will someone please remove me from this bug mailing. I am sick of the bloody spam.
-- Scott
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to invalid
Actions
Also available in: Atom