Trying to get yellowfin to work with mod_proxy in apache
Hi,
As the title says I am trying to get yellowfin to work through and apache front end using mod_proxy. The config I have thus far is
ProxyPass /yellowfin http://172.30.16.5:8080/
ProxyPassReverse /yellowfin http://172.30.16.5:8080/
ProxyPass /logon.i4 http://172.30.16.5:8080/logon.i4
ProxyPassReverse /logon.i4 http://172.30.16.5:8080/logon.i4
ProxyPass /MIEntry.i4 http://172.30.16.5:8080/MIEntry.i4
ProxyPassReverse /MIEntry.i4 http://172.30.16.5:8080/MIEntry.i4
ProxyPass /RunDashboard.i4 http://172.30.16.5:8080/RunDashboard.i4
ProxyPassReverse /RunDashboard.i4 http://172.30.16.5:8080/RunDashboard.i4
For each successive .i4 file I added I got a bit further however it still does not work right. Is there a known working config for getting yellowfin to work with mod_proxy in an apache front end?
Surely someone knows? mod_jk is outdated and not preferred and won't work for my purposes anyway.
Surely someone knows? mod_jk is outdated and not preferred and won't work for my purposes anyway.
Hi John-Paul,
Thanks for reaching out with your question. I'm afraid Apache Configuration isn't explicitly covered by the Yellowfin Support Contract. That being said, I would suspect you should be able to specify a wildcard for the root of Yellowfin instead of having to explicitly configure each page. The latter will likely not be an easy task.
We don't have have any working configurations for this, as mod_proxy isn't explicitly supported and is more of a custom configuration / integration of Yellowfin. It also proves difficult to offer advice on this scenario due to an inherent lack of knowledge of your environment and infrastructure.
Has the attempted use of wildcards failed?
Thanks,
Ryan
Hi John-Paul,
Thanks for reaching out with your question. I'm afraid Apache Configuration isn't explicitly covered by the Yellowfin Support Contract. That being said, I would suspect you should be able to specify a wildcard for the root of Yellowfin instead of having to explicitly configure each page. The latter will likely not be an easy task.
We don't have have any working configurations for this, as mod_proxy isn't explicitly supported and is more of a custom configuration / integration of Yellowfin. It also proves difficult to offer advice on this scenario due to an inherent lack of knowledge of your environment and infrastructure.
Has the attempted use of wildcards failed?
Thanks,
Ryan
Hi John-Paul,
I wanted to reach out on this and see if my reply was of any help setting this up.
Thanks,
Ryan
Hi John-Paul,
I wanted to reach out on this and see if my reply was of any help setting this up.
Thanks,
Ryan
Replies have been locked on this page!