Created
July 4, 2013 21:55
-
-
Save apinstein/5930456 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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