Nevermind. SELinux had been blocking the communication. Used "setsebool"
On Tuesday, July 21, 2015 at 6:37:21 AM UTC-7, Snd Lt wrote: > > Thanks for your time. > I'm still learning up on Apache and Jenkins. > > I've been struggling for days with this. > > Would you mind briefly narrating which should go to httpd.conf and to > ssl.conf? > Perhaps I'm putting ProxyPass to wrong places. > Not getting the whole picture. > > Corrected the syntax but still doing "Service Unavailable, The server is > temporarily unable to service your request due to maintenance downtime or > capacity problems. Please try again later." > > Thanks again. > > On Tuesday, July 21, 2015 at 1:16:37 AM UTC-7, Corneil du Plessis wrote: >> >> ProxyPass required a path and a url >> The path is applied to incoming request and matches are sent to the url. >> >> ProxyPass /jenkins http://localhost:8080/jenkins >> >> In your case you had >> ProxyPass http://localhost:8080/ >> >> The correct syntax is: >> ProxyPass / http://localhost:8080/ >> >> >> On Monday, 20 July 2015 17:17:21 UTC+2, Snd Lt wrote: >>> >>> Thanks. How would you define that otherwise? >>> I thought I already defined it at localhost:8080? Which is where Jenkins >>> is accessible at? >>> >>> On Monday, July 20, 2015 at 8:15:35 AM UTC-7, Corneil du Plessis wrote: >>>> >>>> The path is missing from your ProxyPass and ProxyPassReverse items. >>>> >>>> On 20 July 2015 at 17:01, Snd Lt <[email protected]> wrote: >>>> >>>>> ProxyPass http://localhost:8080/ ProxyPassReverse >>>>> http://localhost:8080/ ProxyPassReverse http://server.com/ >>>> >>>> >>>> ProxyPass / http://localhost:8080/ >>>> ProxyPassReverse / http://localhost:8080/ >>>> ProxyPassReverse / http://server.com/ >>>> >>>> >>>> >>>> [image: --] >>>> Corneil du Plessis >>>> [image: https://]about.me/corneil >>>> <https://about.me/corneil?promo=email_sig> >>>> >>> -- 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/c74a945b-0e0b-497e-93ec-c98641424fe5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
