Victor Koychev victorkoycheff
  • Joined on 2026-02-24
victorkoycheff pushed to issue-12812-kill-mime-magic at victorkoycheff/ansible 2026-03-23 16:46:12 +00:00
2e9c482aba
fix(httpd): disable mod_mime_magic globally
victorkoycheff created branch issue-12812-kill-mime-magic in victorkoycheff/ansible 2026-03-23 16:46:12 +00:00
victorkoycheff pushed to issue-12913-koji-502 at victorkoycheff/ansible 2026-03-12 20:40:43 +00:00
c686b58853 httpd/koji: set MaxKeepAliveRequests 0 to fix 502 race condition
b0753069a9 proxies-reverseproxy: set keepalive=on ttl=10 for koji
aa2b0180aa Update security.txt for end date and add some more fields
7413d9c84f proxies / src.fp.o: drop haproxy from src
409b8614e7 kojipkgs: all options need - or + if any have it
Compare 106 commits »
victorkoycheff commented on issue infra/tickets#12913 2026-03-12 20:40:24 +00:00
502 error from long running koji connections (watch-task, chainbuild, watch-logs)

@mikem @kevin If we are going to retest I suggest also merging infra/ansible#3213 too so we can double whammy the issue and fix it once and for all

victorkoycheff commented on issue infra/tickets#12913 2026-03-12 07:48:11 +00:00
502 error from long running koji connections (watch-task, chainbuild, watch-logs)

ok, so looking closer at mikem's debug logs where max=450 was showing up, that wasn't a static limit - it was actually counting down from 500.

victorkoycheff created pull request infra/ansible#3213 2026-03-12 07:42:30 +00:00
httpd/koji: set MaxKeepAliveRequests 0 to fix 502 race condition
victorkoycheff pushed to issue-12913-koji-502 at victorkoycheff/ansible 2026-03-12 07:39:37 +00:00
cd59b81cfc
httpd/koji: set MaxKeepAliveRequests 0 to fix 502 race condition
victorkoycheff commented on issue infra/tickets#12670 2026-03-11 19:08:46 +00:00
httpd on pkgs01 regularly dumps core

Always a pleasure 🫡

victorkoycheff commented on issue infra/tickets#12812 2026-03-04 19:44:45 +00:00
dist-git lookaside cache files served with wrong HTTP headers

Ok, I dug into this quite some more.

victorkoycheff created pull request infra/ansible#3193 2026-03-04 19:36:40 +00:00
distgit: disable mod_mime_magic content encoding for archives
9579a35ca5
distgit: disable mod_mime_magic content encoding for archives
victorkoycheff commented on issue infra/tickets#12833 2026-03-04 11:08:54 +00:00
/etc/cron.daily/sync-http-logs-and-merge.sh on log01 errors

Awesome, glad the path fix worked!

victorkoycheff created pull request infra/ansible#3191 2026-03-04 11:07:01 +00:00
web-data-analysis: remove hardcoded end dates in mirrors gnuplot script
victorkoycheff created branch fix-12833-gnuplot-dates in victorkoycheff/ansible 2026-03-04 11:03:55 +00:00
victorkoycheff pushed to fix-12833-gnuplot-dates at victorkoycheff/ansible 2026-03-04 11:03:55 +00:00
b690533dba
web-data-analysis: remove hardcoded end date in gnuplot script
victorkoycheff commented on pull request infra/ansible#3170 2026-02-27 18:25:04 +00:00
fix(fedora-web): Exclude archives from mod_deflate to fix lookaside cache downloads

Nit pickiness is more than fine, negligence is the bad one ; )

1fa76e4de0
distgit: disable mod_deflate for lookaside cache in staging
4af6011bb8 distgit: disable mod_deflate for lookaside cache in staging
b4ddcdd830 removed ipsilon-website entries in proxies-reverseproxy.yml and proxies-websites.yml playbooks
8fa05b2955 deleted ipsilon-website playbook
5b88ef525f Removed ocp app ipsilon-website
488e9ae7e5 ocp4: add someone to readonly to test with in staging
Compare 17 commits »
victorkoycheff commented on pull request infra/ansible#3170 2026-02-27 07:17:19 +00:00
fix(fedora-web): Exclude archives from mod_deflate to fix lookaside cache downloads

Okay, I wrapped the changes in the staging block (unindented is better, right?)... I also dropped the WIP prefix, so this should be ready to try out on staging whenever. ; )