Tagged Questions
0
votes
1answer
27 views
Jenkins on Debian not accessible via Browser
I installed Jenkins on a remote server running Debian 6.0.6 with a ready-to-use Apache 2 instance by using the following instructions:
wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key ...
1
vote
2answers
74 views
How can I make Jenkins inaccessible to the outside world?
On a development server, I have installed the tool Jenkins for automated testing. This runs on port 8080. If I go to www.mysite.com:8080 I can see the command panel for this. I want to make this ...
0
votes
1answer
114 views
Apache ReverseProxy 502 to local jenkins process
I have apache listening on port 443 running https and performing a ProxyPass back to a standalone jenkins process on the same server.
The bulk of the time, this works fine, but it often produces a ...
2
votes
3answers
333 views
Apache as reverse-proxy for tomcat (running jenkins)
I have set up apache to work as a reverse proxy to tomcat that is running jenkins-CI. I can access the site from outside fine, except when I log in to jenkins, it redirects to my lan-hostname, and it ...
0
votes
1answer
48 views
Apache2 require login before presenting page of Jenkins
I'm using Apache2 to proxy Jenkins to port 80 on my server. The problem is, this server is open to the world so I want to set some sort of authentication so you have to login to get to the Jenkins ...
1
vote
1answer
400 views
Why is Jenkins not pulling in a browser?
I installed Jenkins on my debian server. It is set on port 8080 and when I try connecting to it nothing happens. I know it is running because when I do:
root@jini01:/etc/default# /etc/init.d/jenkins ...
1
vote
1answer
1k views
Jenkins reports reverse proxy setup incorrect with Apache using virtual hosts with SNI
I'm setting up a Jenkins server, to run under Tomcat behind Apache. I'm using virtual hosts with SSL using SNI so I can access it at https://jenkins.example.com, and serve something else on, say, ...
0
votes
1answer
251 views
I cannot access to phpmyadmin after installing Jenkins
to install jenkins, as the instructions I followed says, I had to create this virtual host:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName ci.company.com
ServerAlias ...
