summaryrefslogtreecommitdiff
path: root/templates/vhosts/gitweb
AgeCommit message (Collapse)Author
2014-04-19remove unnecessary new linesmh
2014-04-18address puppet 3.x deprecation warningsmh
2014-04-14more identation fixingmh
2014-04-14an initial https connection might still end up as http on the backend. in ↵mh
that case we don't want to redirect
2012-06-08fix dynamic scope variables, function accessmh
2012-06-06fix for new style for 2.7mh
2011-10-08remove old filesmh
2011-10-08migrating a first part over to the new partial stylemh
2011-05-18we need to set the var also vor http partsmh
2011-05-18move header to partialsmh
2011-05-17this is now in the include filemh
2011-05-17migrate authentication to partialsmh
2011-05-17switching logs over to partialsmh
2011-05-17improve mod_security rulesmh
* handled now by a partial * possibility to add rules that should be removed * possibility to add custom mod_sec options" * use new infrastructure for existing mod_sec tweaks
2010-12-12enable HTS everywheremh
2010-12-06add STS header for enforced SSL sitesmh
* http://en.wikipedia.org/wiki/Strict_Transport_Security This will tell browsers to interact with that site only per HTTPS.
2010-10-25improve redirect, so we don't stick on the servernamemh
2010-08-11introduce logmode featuremh
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-04add $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-23introduce config::global for global configs in conf.d and config::include ↵Jerome Charaoui
for vhost snippets in include.d
2009-12-23change OS-specific vhost templates into links, add Debian (though not all ↵Jerome Charaoui
are tested on Debian)
2009-06-24unified mod_sec stuff, turn audit engine off as wellmh
2009-06-23added correct options for git vhost templateMarcel Haerry
2009-06-13introcuded ssl_mode onlymh
2009-05-19added gitweb vhostMarcel Haerry