Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-21 | fixing if then end block | mh | |
2009-06-16 | set mod_sec block as well for static hostings | Marcel Haerry | |
2009-06-13 | introcuded ssl_mode only | mh | |
2009-06-13 | we can now also enable the usage of pear | mh | |
2009-06-05 | add passenger vhost variant | Simon Josi | |
2009-05-26 | only enable smarty when told to | Marcel Haerry | |
and include smarty then | |||
2009-05-23 | allow to include smarty templates from system | mh | |
2009-05-23 | turn safe_mode off for media wikis | mh | |
according to http://www.mediawiki.org/wiki/Safe_mode it's safe to turn crappy safe_mode off. I had the problem that LocalSettings.php was thought to not exist, as in safe_mode this can happen: http://ch2.php.net/manual/en/function.file-exists.php | |||
2009-05-23 | we need the safe_mode_include_dir | mh | |
2009-05-23 | added mediawiki path to the openbasedir | mh | |
2009-05-23 | added default charset | mh | |
2009-05-23 | added gitweb vhost | Marcel Haerry | |
2009-05-23 | removing double add default charset, adding where it have been missing | Marcel Haerry | |
2009-05-22 | added a mediawiki vhost | mh | |
2009-05-17 | always set indexes for webdav | Marcel Haerry | |
2009-05-17 | fixing the rest of the typos | Marcel Haerry | |
2009-05-17 | fixing template logic | Marcel Haerry | |
2009-05-17 | drupal vhost file and webdav vhost | Marcel Haerry | |
- drupal vehost template with certain defaults - webdav to be able to have a way to upload things over webdav | |||
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 | still errors in log, strange, but better run in permissive mode, to activate ↵ | andreas | |
later - mod_security has problems with compress content -> deactivate mod_deflate and gzip (in applications) | |||
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 | remove obsolete definition | mh | |
2009-03-15 | added simple machine vhost | mh | |
2009-03-15 | added rules from webpage | mh | |
2009-03-15 | audit typ have to be serial | mh | |
2009-03-15 | added stuff for wordpress / cleanup | mh | |
- vhost stuff for wordpress - cleaned up a bit with new language features | |||
2009-03-15 | added default rewrite rules for joomlas | mh | |
2009-03-15 | we do the gid setting globally | mh | |
2009-03-10 | only gid for joomla | andreas | |
2009-03-10 | correct option | mh | |
2009-03-09 | write mod_sec logfiles per vhost | mh | |
2009-03-07 | use correct variables as well for joomla | mh | |
2009-03-07 | fix upload und session php dir problem | mh | |
2009-03-07 | include redirect of administrator dir to ssl; add mod_security exception | andreas | |
2009-01-28 | php_joomla templates | andreas | |
2008-12-18 | do mod_itk as well on https | 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-05 | merged with puzzle | mh | |