require_login = True
allow_user_creation = False
new_user_dataset_access_role_default_private = True
Apache configuration :
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin mgx@igf.cnrs.fr
DocumentRoot /var/www/html/
ServerName aura.igf.cnrs.fr/galaxy
ServerAlias galaxy
RewriteEngine On
RewriteRule ^/galaxy$ /galaxy/ [R]
RewriteRule ^/galaxy/static/style/(.*) /usr/local/galaxy/static/june_2007_style/blue/$1 [L]
RewriteRule ^/galaxy/static/(.*) /usr/local/galaxy/static/$1 [L]
RewriteRule ^/static/(.*) /usr/local/galaxy/static/$1 [L]
RewriteRule ^/galaxy/static/MGX/(.*) /usr/local/galaxy/static/MGX/$1 [L]
RewriteRule ^/galaxy/images/(.*) /usr/local/galaxy/static/images/$1 [L]
RewriteRule ^/galaxy/favicon.ico /usr/local/galaxy/static/favicon.ico [L]
RewriteRule ^/galaxy/robots.txt /usr/local/galaxy/static/robots.txt [L]
RewriteRule ^/galaxy(.*) http://localhost:8080$1 [P]
<Location /galaxy/root/display_as>
Satisfy Any
Order deny,allow
Deny from all
Allow from hgw1.cse.ucsc.edu
Allow from hgw2.cse.ucsc.edu
Allow from hgw3.cse.ucsc.edu
Allow from hgw4.cse.ucsc.edu
Allow from hgw5.cse.ucsc.edu
Allow from hgw6.cse.ucsc.edu
Allow from hgw7.cse.ucsc.edu
Allow from hgw8.cse.ucsc.edu
Allow from ucsc.igf.cnrs.fr
Allow from ucsc
Allow from genome-test.cse.ucsc.edu
Allow from aura.igf.cnrs.fr
</Location>
</VirtualHost>
The link target is :tool-data/shared/ucsc/ucsc_build_sites.txt file :#Harvested from http://ucsc.igf.cnrs.fr/cgi-bin/das/dsn
Hi Emeric, Can you provide some more information about your server configuration? Are you running Galaxy away from the server root? What is the link that is generated by Galaxy (right click, copy the link target, and paste back to us)? Also, what are the contents of the tool-data/shared/ucsc/ucsc_build_sites.txt file? Thanks, Dan On Apr 7, 2010, at 9:12 AM, Emeric Dubois wrote:Hello I have installed Galaxy in a production environment and a UCSC local mirror. When I click on "display at UCSC main", I have an error on UCSC : "redirected to non-http(s): /galaxy/root" Have you an idea to resolve this problem ? Thanks Emeric -- Ce message a été vérifié par MailScanner pour des virus ou des polluriels et rien de suspect n'a été trouvé. _______________________________________________ galaxy-dev mailing list galaxy-dev@lists.bx.psu.edu http://lists.bx.psu.edu/listinfo/galaxy-dev