Project

General

Profile

Actions

Feature #2337

closed

Remove "can't load plugin more than once" warning

Added by svanegmond over 12 years ago. Updated over 12 years ago.

Status:
Invalid
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:

Description

Lighttpd 1.4.29 issues a warning:

(plugin.c.131) Cannot load plugin mod_redirect more than once, please fix your config (we may not accept such configs in future releases

Please don't. In the real world, people modularize the web server configs into on per file, and include conf-enabled/*.conf .

Thus if I use rewrite, reload, and and one of the auth modules for a vhost, I load them at the top, and use them down below. This is elementary good sysadmin practice.

Loading a module more than once should not produce a complaint, and amount to a no-op.

I am happy to write the patch for this.

Actions #1

Updated by stbuehler over 12 years ago

  • Status changed from New to Invalid

Module load order matters, so no, i won't remove the warning.

Actions

Also available in: Atom