Project

General

Profile

Actions

Bug #807

closed

unknown config-key: compress.max-file-size

Added by Anonymous over 18 years ago. Updated over 16 years ago.

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

Actions #1

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"))) {
Actions #2

Updated by Anonymous over 18 years ago

Will someone please remove me from this bug mailing. I am sick of the bloody spam.

-- Scott

Actions #3

Updated by stbuehler over 16 years ago

  • Status changed from New to Fixed
  • Resolution set to invalid
Actions #4

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom