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-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-05-17 | whitespace cleanup | Marcel Haerry | |
2009-04-26 | fixing ServerAdmin stuff | mh | |
ServerAdmin was missing for ssl vhosts ServerAdmin was set if the variable have been set to 'absent' | |||
2009-04-25 | server_admin variable for ServerAdmin line in vhosts | andreas | |
2009-04-13 | setting logging style of mod_sec | mh | |
according to http://thread.gmane.org/gmane.comp.apache.mod-security.user/5257/focus=5260 it should be that way. | |||
2009-04-01 | always write the mod_sec logs to its own logfile | mh | |
2009-03-16 | this isn't needed in the https section :-/ | mh | |
2009-03-15 | audit typ have to be serial | mh | |
2009-03-10 | correct option | mh | |
2009-03-09 | write mod_sec logfiles per vhost | mh | |
2008-12-06 | fixing ssl_mode decision, still set the directory stuff | mh | |
2008-12-06 | finished sslmode config, added itk stuff to php vhost | mh | |
2008-12-06 | - added default charset possiblity | mh | |
- enabled ssl on all 3 vhost modes | |||
2008-12-05 | ignore absent | mh | |
2008-12-05 | we need a new line | mh | |
2008-12-05 | correct decision and made it more logical | mh | |
2008-12-05 | correct test | mh | |
2008-12-05 | fixed option decision, centos static is now link of openbsd, as we can use ↵ | mh | |
the same | |||
2008-12-05 | - add index.shtml to default index if we do includ | mh | |
es, as well add +Includes to the directory options if not yet done - removed the security rewrite as it is already in the defaults.inc! - removed the enforcement of mod_security | |||
2008-12-01 | added run_mode for running vhosts with the itk module | mh | |
2008-12-01 | added perl vhost definition | mh | |