Test
- http://222.11.11.1:1213  : OK. Service avaiable.
- http://ci.testsystem.com : FAIL.  Service Unavailable

Did you add it to the DNS (ci.testsystem.com = 222.11.11.1)?

From: [email protected] <[email protected]> On 
Behalf Of [email protected]
Sent: 25 March 2019 16:44
To: Jenkins Users <[email protected]>
Subject: EXTERNAL: Running Jenkins behind Apache FAIL

Hello. eveyone.

I've running two system.
Sys1 : Apache Web Server running.
VirtuaHost config is below.
<VirtualHost *:80>

        ServerName ci.testsystem.com
        DocumentRoot /var/www/html

        ErrorLog ${APACHE_LOG_DIR}/ci.error.log
        CustomLog ${APACHE_LOG_DIR}/ci.access.log combined

        ProxyPass       /       http://10.0.1.234:1213/  nocanon
        ProxyPassReverse /      http://10.0.1.234:1213/
        ProxyRequests   Off
        AllowEncodedSlashes NoDecode

        <Directory />
        Options None
        AllowOverride None
        Require all granted
        </Directory>
</VirutalHost>

Sys2 : Jenkins running using java & jar component (Real IP : 10.0.1.234, 
Mapping NAT IP : 222.11.11.1)
$ ps -ef | grep jenkins
root     16857     1  1 Mar25 ?        00:00:58 java 
-Dcom.sun.akuma.Daemon=daemonized -jar /opt/jenkins/jenkins.21072.war 
--httpPort=1213 --daemon --logfile=/opt/jenkins/jenkins.out

Jenkins configure
Jenkins URL : http://ci.testsystem.com

Test
- http://222.11.11.1:1213  : OK. Service avaiable.
- http://ci.testsystem.com : FAIL.  Service Unavailable

How do i connect Jenkins sytem using domain???


--
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
[email protected]<mailto:[email protected]>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b6699070-9290-47e7-8b94-bf258e203389%40googlegroups.com<https://groups.google.com/d/msgid/jenkinsci-users/b6699070-9290-47e7-8b94-bf258e203389%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/71e8239c38f846eda2a020590f0eed80%40BSKEXCH2013HYPV.mwrinfosecurity.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to