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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b6699070-9290-47e7-8b94-bf258e203389%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to