Feature #2551
Add mod_setenv and mod_evasive to lighttpd
| Status: | Feedback | Start date: | 07/15/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Affected version: | 2.1 | Affected Architecture: |
Description
Based on discussion at http://forum.pfsense.org/index.php/topic,51429.0.html I suggest adding mod_setenv and mod_evasive to lighttpd
http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSetEnv
http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModEvasive
Btw based on a quick grep in /etc/inc/*, it seems that CP is using mod_evasive's directive but without the module being enabled.
History
#1
Updated by Josh Stompro 7 months ago
This bug is related to this ticket.
http://redmine.pfsense.org/issues/2475
#2
Updated by Ermal Luçi 3 months ago
- Status changed from New to Feedback
mod_setenv is not used from pfSense the other has been fixed already.
#3
Updated by Dim Hatz 3 months ago
As explained in the forum post 9 months ago, my idea was to try to eliminate as many CP bottlenecks as possible.
One method I tried was to do the CP http -> https redirect using only lighttpd, rather than in php (as pfsense currently does) and in that setup I used mod_setenv to set the various no-cache headers.