Hello Louise-Amelie,

Please try adding the following config settings to your community_wsgi.ini 
file, and let me know if doing so corrects the problem>

=============================

The following settings go somewhere outside of [app:main]

# Define the proxy-prefix filter.
[filter:proxy-prefix]

use = egg:PasteDeploy#prefix
prefix = /toolshed

=============================


The following setting goes somewhere inside of [app:main]

filter-with = proxy-prefix




On Nov 25, 2011, at 12:45 PM, Louise-Amélie Schmitt wrote:

>>>>> 
>>>>> 
>>>>> Well almost, but at least we have something displayed. I guess there are 
>>>>> some rewriterules missing (or just plain wrong) in our apache config 
>>>>> file: No css or image are used and we get this error:
>>>>> Not Found
>>>>> 
>>>>> The requested URL /repository/browse_categories was not found on this 
>>>>> server.
>>>>> Here are the rules:
>>>>> 
>>>>> RewriteEngine on
>>>>> RewriteRule ^/toolshed$ /toolshed/ [R]
>>>>> RewriteRule ^/toolshed/static/style/(.*) 
>>>>> /home/galaxy/galaxy-dev/static/june_2007_style/blue/$1 [L]
>>>>> RewriteRule ^/toolshed/static/(.*) /home/galaxy/galaxy-dev/static/$1 [L]
>>>>> RewriteRule ^/toolshed/images/(.*) 
>>>>> /home/galaxy/galaxy-dev/static/images/$1 [L]
>>>>> RewriteRule ^/toolshed/upload/(.*) 
>>>>> /home/galaxy/galaxy-dev/static/automated_upload/$1 [L]
>>>>> RewriteRule ^/toolshed/favicon.ico 
>>>>> /home/galaxy/galaxy-dev/static/favicon.ico [L]
>>>>> RewriteRule ^/toolshed/robots.txt 
>>>>> /home/galaxy/galaxy-dev/static/robots.txt [L]
>>>>> RewriteRule ^/toolshed(.*) http://localhost:9009$1 [P]
>>>>> 
>>>>> I kinda guessed them from what we had for galaxy, but most likely 
>>>>> completely failed at it... Maybe you could give us some guidelines for 
>>>>> the toolshed apache config file, like there is for galaxy in the wiki? 
>>>>> 
>>>>> Thanks,
>>>>> L-A
>>>>> 
>>>>> 

Greg Von Kuster
Galaxy Development Team
g...@bx.psu.edu



___________________________________________________________
Please keep all replies on the list by using "reply all"
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/

Reply via email to