Skip to content

Instantly share code, notes, and snippets.

@apinstein
Created July 4, 2013 21:55
Show Gist options
  • Save apinstein/5930456 to your computer and use it in GitHub Desktop.
Save apinstein/5930456 to your computer and use it in GitHub Desktop.
apache 2.2.22 upgrade
rpm --import http://yum.jasonlitka.com/RPM-GPG-KEY-jlitka
# into /etc/yum.repos.d/utterramblings.repo
[utterramblings]
name=Jason's Utter Ramblings Repo
baseurl=http://yum.jasonlitka.com/EL$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://yum.jasonlitka.com/RPM-GPG-KEY-jlitka
yum update httpd
#-> worked
BUT including README fails
# edit /etc/httpd/conf/httpd.conf
Include /etc/httpd/conf.d/*.conf <= only *.conf
mv /etc/httpd/conf.d/security /etc/httpd/conf.d/security.conf
mv /etc/httpd/conf.d/charset /etc/httpd/conf.d/charset.conf
mv conf.d/ssl.conf conf.d/ssl.conf.off ## CHEF deletes this normally; our upgrade re-installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment