summaryrefslogtreecommitdiffstats
path: root/hosts/jenkins/etc/apache2
AgeCommit message (Collapse)AuthorFilesLines
2015-11-07mitigate jenkins remote execute 0-dayHelmut Grohne1-0/+2
https://jenkins-ci.org/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli It seems that two channels need to be secured. The first is a custom tcp port which is firewalled anyway. The other part is urls starting with /cli. Instead of filtering this entry point in jenkins (and thus breaking bin/abort.sh), we apply the filtering in apache. Thus a local execute vulnerability remains, but we didn't care about those earlier.
2015-11-04Allow Indexes on r-b.org/gitJérémy Bobbio1-0/+1
Even if Git can fetch the repositories, people are unhappy when they see a 403.
2015-10-31It's the Engine we turn on for rewritingJérémy Bobbio1-1/+1
2015-10-31Setup reproducible-builds.org websiteJérémy Bobbio1-8/+13
2015-10-31Revert "Setup reproducible-builds.org website"Holger Levsen1-4/+10
This reverts commit b32118218c89ad429ef26fa03ed16d55069728ac.
2015-10-31Setup reproducible-builds.org websiteJérémy Bobbio1-10/+4
2015-10-17reproducible arch: redirect /archlinux/Holger Levsen1-0/+6
2015-10-09add 'AddDefaultCharset utf-8' to all virtual hosts, thanks SantiagoHolger Levsen1-0/+3
2015-09-22reproducible: fixup rewrite condition in c5a7c8a5Holger Levsen1-1/+1
2015-09-22reproducible: also rewrite /$suite/armhf/$pkg urls as expectedHolger Levsen1-3/+3
2015-09-22reproducible: fix commentHolger Levsen1-1/+1
2015-09-12apache: do not pass /munin-cgi to the jenkins webui in the backendMattia Rizzolo1-0/+1
2015-09-09reproducible: redirect '(/testing|unstable|/experimental)/(amd64|armhf)' and ↵Holger Levsen1-0/+10
'(/(amd64|armhf)' properly
2015-08-29fix reproducible-builds.org/{howto,spec} redirectsHW421-2/+2
don't redirects /howto and /specs and anything below before for example the following links were wrongly redirected: https://reproducible-builds.org/howto (without /) https://reproducible-builds.org/specs (without /) https://reproducible-builds.org/specs/source-date-epoch-spec/
2015-08-29reproducible: use ssl cert for reproducible-builds.org donated by lambyHolger Levsen2-7/+56
2015-08-29redirect reproducible-builds.org to https://reproducible.debian.net for now, ↵Holger Levsen1-0/+5
we will want to change that for some urls
2015-08-27reproducible freebsd: add redirect for /freebsd/Holger Levsen1-0/+6
2015-08-21reproducible: correctly use mod_rewrite to stop using javascript for the formHolger Levsen1-3/+4
2015-08-21reproducible: get rid off javascript in dashboard, thanks UlrikeHolger Levsen1-0/+7
2015-08-19reproducible: keep arch specific stats and introduce suite_$arch_statsHolger Levsen1-2/+2
2015-08-02apache: redirect /index_depwait.html → /unstable/amd64/index_depwait.htmlMattia Rizzolo1-0/+1
2015-07-27move etc to hosts/jenkins/etcHolger Levsen4-0/+326