Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-01 | fix template error | mh | |
2011-03-31 | add missing files and manage necessary files to run as specific user | mh | |
2011-03-31 | improving passenger support | mh | |
2010-12-12 | enable HTS everywhere | mh | |
2010-12-06 | add STS header for enforced SSL sites | mh | |
* http://en.wikipedia.org/wiki/Strict_Transport_Security This will tell browsers to interact with that site only per HTTPS. | |||
2010-10-25 | improve redirect, so we don't stick on the servername | mh | |
2010-08-11 | introduce logmode feature | mh | |
We are now able to select how apache should log accesses. These modes are: * default: as you would use it * semianonym: no ips are logged for CustomLog, ErrorLog still logs ips * anonym: no ips are logged for CustomLog, ErrorLog is sent to /dev/null * nologs: all logs are sent to /dev/null | |||
2010-01-04 | add $mod_security_relevantonly flag, enabled by default, logs only on ↵ | Jerome Charaoui | |
suspicious requests, set to 'false' to log all requests (as before) | |||
2009-12-23 | introduce config::global for global configs in conf.d and config::include ↵ | Jerome Charaoui | |
for vhost snippets in include.d | |||
2009-12-23 | change OS-specific vhost templates into links, add Debian (though not all ↵ | Jerome Charaoui | |
are tested on Debian) | |||
2009-06-24 | unified mod_sec stuff, turn audit engine off as well | mh | |
2009-06-13 | introcuded ssl_mode only | mh | |
2009-06-05 | add passenger vhost variant | Simon Josi | |