Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-30 | migrate missing parts | mh | |
- migrate missing (newly introduced) vhosts - pass relevant_only stuff to subdefines | |||
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-11-21 | introduce php_default_charset to set charset header in php | mh | |
2009-11-18 | introduce safe mode exec as well for the other vhost types | mh | |
2009-06-16 | chaning default group, as we set the root of a vhost to 640 | Marcel Haerry | |
2009-05-17 | extracted every define and class in it's own file | mh | |