Ok, an update. I added the following to my httpd.conf... RewriteRule ^/static/style/(.*) /var/opt/galaxy/static/june_2007_style/ blue/$1 [L] RewriteRule ^/static/(.*) /var/opt/galaxy/static/$1 [L] RewriteRule ^/images/(.*) /var/opt/galaxy/static/images/$1 [L] RewriteRule ^/favicon.ico /var/opt/galaxy/static/favicon.ico [L] RewriteRule ^/robots.txt /var/opt/galaxy/static/robots.txt [L] As well as moving my galaxy directory to the appropriate location (/ var/opt/galaxy). Restarted galaxy process with some success. The only problem now is that the Tools and History panels are giving me 'Not Found' errors... "The requested URL /root/tool_menu was not found on this server" for the Tools pane and the same but for "/history" URL for the History pane. I would have thought that galaxy would have created these directories automatically during installation, but maybe I have to move some things around?? On Jun 4, 2009, at 10:08 AM, Nate Coraor wrote:
Andrew Stewart wrote:
sh run.sh seems to work okay until hitting this block of report... Any ideas what this socket business is about? It looks to me like possibly something python-specific.
Hi Andrew,
Please take a look and see if there are any old Galaxy processes around, or anything else on the system that would be using port 8080 (or whatever port is set in universe_wsgi.ini, if you changed it from the default). You may find the lsof(1) command useful for this:
% lsof -ti :8080
Invoked like this, it will return the PID of the process using port 8080.
--nate