Install Jenkins centos 6.4 mod_proxy

Let’s define which java version is installed (we need 1.6) # java -version # sudo yum remove java You must have EPEL repo enabled # yum install java-1.6.0-openjdk #sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo #sudo rpm –import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key #sudo yum install jenkins add this to /etc/sysconfig/jenkins JENKINS_ARGS=”–httpListenAddress=127.0.0.1 –prefix=/jenkins” add this to /etc/http/conf.d/jenkins.conf RequestHeader unset X-Forwarded-User RewriteEngine […]