Problems with URLs of Example pics
Hi, we have a local galaxy installation behind a apache proxy. So far it's working flawless. But now we noticed that the images referenced in the example text of Operate on Genomic Intervals don't show. If I use the "real" address of the galaxy without proxy, it's working (no config change or restart!) The generated HTML contains: <img alt="../static/operation_icons/gops_complement.gif" src="../static/operation_icons/gops_complement.gif"> This are the settings in universe_wsgi.ini [filter:proxy-prefix] use=egg:PasteDeploy#prefix prefix = /galaxy [app:main] filter-with = proxy-prefix regards, Andreas
Andreas Kuntzagk wrote:
we have a local galaxy installation behind a apache proxy. So far it's working flawless. But now we noticed that the images referenced in the example text of Operate on Genomic Intervals don't show. If I use the "real" address of the galaxy without proxy, it's working (no config change or restart!)
The generated HTML contains:
<img alt="../static/operation_icons/gops_complement.gif" src="../static/operation_icons/gops_complement.gif">
This are the settings in universe_wsgi.ini
[filter:proxy-prefix] use=egg:PasteDeploy#prefix prefix = /galaxy
[app:main]
filter-with = proxy-prefix
Hi Andreas, This is a known issue when using the proxy prefix. There's a ticket open for the issue you may follow here: http://bitbucket.org/galaxy/galaxy-central/issue/141/images-in-tool-help-not... --nate
participants (2)
-
Andreas Kuntzagk
-
Nate Coraor