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/cf9600fa-0b37-49d1-b32f-a6a99cbe0cf1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
