summaryrefslogtreecommitdiff
path: root/templates/vhosts/default.erb
AgeCommit message (Collapse)Author
2014-12-26use correct variable accessmh
2014-11-15sni: make ssl_cert configurable per vhosto
to support sni we configure ssl_certs on a vhost basis. additionally this commit introduces a generic configuration hash which will be used to replace most other parameters in the future.
2014-04-18fix another deprecation warningmh
2014-04-18address puppet 3.x deprecation warningsmh
2014-04-14include fcgi config also on http although they might get redirected, because ↵mh
requests might still hit the backend plain
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
2014-02-19don't redirect https traffic terminated beforehando
2013-03-20make things puppet 3 readymh
2012-06-08fix dynamic scope variables, function accessmh
2011-10-09no need to configure fcgid on redirect hostsmh
2011-10-09set max requests on the same as the php requests, as per ↵mh
https://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
2011-10-09the script must be in its own locationmh
2011-10-09this options should be set globallymh
2011-10-08fix namingmh
2011-10-08add mod_fcgid stuffmh
2011-10-08introduce a new template style, less duplicated things, more handy optionsmh
2011-03-17put mod_security stuff in its own partialmh
2011-03-17add mod_security stuff to the new default templatemh
2011-02-25cleanup renderingmh
2011-02-25fixing template foomh
2011-02-22fixing mode stuffmh
2011-02-22try to fix a variable problemmh
2011-02-22fix template pathsmh
2011-02-22fix typomh
2011-02-22first way to a unified partial based vhost templatemh