Skip to content

Instantly share code, notes, and snippets.

@HackersZone
Created June 7, 2018 12:05
Show Gist options
  • Select an option

  • Save HackersZone/2e139f963a7d9135b59096410a403157 to your computer and use it in GitHub Desktop.

Select an option

Save HackersZone/2e139f963a7d9135b59096410a403157 to your computer and use it in GitHub Desktop.
#By http://hackers.zone/
# Place this file in your /etc/yum.repos.d/ directory
[epel-httpd24]
name=httpd-2.4 scl
baseurl=http://repos.fedorapeople.org/repos/jkaluza/httpd24/epel-$releasever/$basearch/
enabled=1
skip_if_unavailable=1
gpgcheck=0
[epel-httpd24-source]
name=httpd-2.4 scl - Source
baseurl=http://repos.fedorapeople.org/repos/jkaluza/httpd24/epel-$releasever/SRPMS
enabled=0
skip_if_unavailable=1
gpgcheck=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment