Opened 5 years ago

Closed 5 years ago

#1663 closed enhancement (wontfix)

Could we extend nginx by our own misc type modules

Reported by: chronolaw@… Owned by:
Priority: minor Milestone:
Component: nginx-module Version: 1.15.x
Keywords: Cc:
uname -a:
nginx -V: nginx version: nginx/1.15.3

Description

At first, I must apologize that I use trac to commit patch, the reason is that I can not config hg's email and patchbomb successfully.

In my practice I wrote some special modules which are not http or stream type(they do not work with http or tcp/udp). The core type is too 'heavy', the misc type is a more suitable choice.

But at this time Nginx do not support foreign users to write their own misc modules.

So I hope Nginx team could consider this request and let Nginx became more extendable.

The attachment is a reference implement, it can work but may not be the best solution.

Thanks.

Attachments (1)

modules.patch (611 bytes ) - added by chronolaw@… 5 years ago.

Download all attachments as: .zip

Change History (2)

by chronolaw@…, 5 years ago

Attachment: modules.patch added

comment:1 by Maxim Dounin, 5 years ago

Resolution: wontfix
Status: newclosed

There are no real differences between MISC and CORE modules except naming - the MISC type is used for modules in the misc/ directory. There should be no reasons to use MISC in 3rd party modules.

Note: See TracTickets for help on using tickets.