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.
>
&g
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:
; On 20 July 2015 at 17:01, Snd Lt > wrote:
>
>> ProxyPass http://localhost:8080/ ProxyPassReverse http://localhost:8080/
>> ProxyPassReverse http://server.com/
>
>
> ProxyPass / http://localhost:8080/
> ProxyPassReverse / http://localhost:8080
I used to use these statements to put Jenkins behind reverse proxy for TLS
in previous previous job. But somehow these are't working anymore.
I'm on
# rpm -q httpd
httpd-2.4.6-31.el7.x86_64
# rpm -q mod_ssl
mod_ssl-2.4.6-31.el7.x86_64
I referred to all the Jenkins proxy guides on here and a