Feature #896
secure lighttpd
Status: | Closed | Start date: | 01/14/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | jams | % Done: | 0% |
|
Category: | Packages: Core | Spent time: | 3.00 hours | |
Target version: | 8.0 |
Description
Add SSL by default for lighttpd
Apply password to the entire website and not just mythweb.
Associated revisions
lighttpd:: enforce password across the entire site with the following exceptions:
1) access from localhost/127.0.0.1
2) port 1337
3) the file failed_func_hosts
refs #896
runit-scripts: lighttpd, on startup create the ssl cert if needed
refs #896
lighttpd: SSL now defaults to on. The startup script will create the ssl cert if needed.
refs #896
History
Updated by jams almost 12 years ago
- Assignee changed from cecil to jams
- Status changed from New to Closed
some paths could not be secured because they are used by the system.
Any request coming from 127.0.01 and localhost are allowed through with no password
Additionally any request on port 1337 is allowed