Re: [galaxy-dev] Serving a galaxy instance over Apache

2015-04-23 Thread Asma Riyaz
Hi, I am setting up apache over a remote server on which a virtual apache was previously installed under /seq/../iwww. Set up of this directory looks something like this: /seq/../iwww -->apache/ -->sites-available/ -->defaults -->sites-enabled/ -->myPublic.conf (this is equivalen

Re: [galaxy-dev] Serving a galaxy instance over Apache

2015-04-21 Thread John Chilton
This configuration looks correct - are you sure the correct properties are set in config/galaxy.ini: You need this section: [filter:proxy-prefix] use = egg:PasteDeploy#prefix prefix = /galaxy And [app:main] needs following properties: filter-with = proxy-prefix cookie_path = /galaxy I would al