Ticket #807 (closed defect: invalid)

Opened 2 years ago

Last modified 6 weeks ago

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

Reported by: Scott Owned by: jan
Priority: high Milestone:
Component: mod_compress Version: 1.4.11
Severity: critical Keywords: mod_compress, compress.max-file-size
Cc: Blocked By:
Need User Feedback: no Blocking:

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

Change History

Changed 2 years ago by splattael

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"))) {

Changed 2 years ago by Scott

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

Changed 6 weeks ago by stbuehler

  • status changed from new to closed
  • resolution set to invalid
  • pending unset
  • reporter changed from Scott <sgrayban@…> to Scott
Note: See TracTickets for help on using tickets.