Andrew Stewart wrote:
Just installed galaxy, but the static content is failing to render
and I'm not sure why.
Screenshot of browser:
http://i38.tinypic.com/34rgjlv.png
My httpd.conf contains the following:
RewriteEngine on
RewriteRule ^/galaxy$ /galaxy/ [R]
RewriteRule ^/galaxy/static/style/(.*)
/usr/local/src/galaxy_dist/static/june_2007_style/blue/$1 [L]
RewriteRule ^/galaxy/static/scripts/(.*)
/usr/local/src/galaxy_dist/static/scripts/packed/$1 [L]
RewriteRule ^/galaxy/static/(.*) /usr/local/src/galaxy_dist/static/$1 [L]
RewriteRule ^/galaxy/favicon.ico /usr/local/src/galaxy_dist/static/favicon.ico [L]
RewriteRule ^/galaxy/robots.txt /usr/local/src/galaxy_dist/static/robots.txt [L]
RewriteRule ^/galaxy(.*)
http://localhost:8080$1 [P]
Hi Andrew,
I've moved this over to the galaxy-dev list since it involves a local
installation.
Have you uncommented the following option in universe_wsgi.ini?:
filter-with = proxy-prefix
--nate
_______________________________________________
galaxy-user mailing list
galaxy-user(a)lists.bx.psu.edu
http://lists.bx.psu.edu/listinfo/galaxy-user