Re: [galaxy-dev] Bypassing the proxy server when using the API, without breaking the automatic update of the history in the web interface

2013-06-06 Thread Anthonius deBoer
Perfect!that works great...I'm not very proficient in apache configuration so thanks for the help!ThonOn Jun 05, 2013, at 07:01 PM, Adam Brenner wrote:Why not use Allow All / Deny All rules? ... your Auth Type stuff here ... Deny from all Allow from 127.0.0.1 # Assuming API calls are made local

Re: [galaxy-dev] Bypassing the proxy server when using the API, without breaking the automatic update of the history in the web interface

2013-06-06 Thread Nate Coraor
On Jun 5, 2013, at 10:01 PM, Adam Brenner wrote: > Why not use Allow All / Deny All rules? > > > ... your Auth Type stuff here ... > >Deny from all >Allow from 127.0.0.1 # Assuming API calls are made locally >Satisfy any > You shouldn't need to restrict to just the localhost. The

Re: [galaxy-dev] Bypassing the proxy server when using the API, without breaking the automatic update of the history in the web interface

2013-06-05 Thread Adam Brenner
Why not use Allow All / Deny All rules? ... your Auth Type stuff here ... Deny from all Allow from 127.0.0.1 # Assuming API calls are made locally Satisfy any -- Adam Brenner Computer Science, Undergraduate Student Donald Bren School of Information and Computer Sciences Research

[galaxy-dev] Bypassing the proxy server when using the API, without breaking the automatic update of the history in the web interface

2013-06-05 Thread Anthonius deBoer
Hi,I am trying desperately to setup my GALAXY system so that if you enter the website, you need to authenticate yourself using the proxy setup...I also would like to be able to BYPASS the proxy server when an API call is made...In the example proxy setting I have setup in the following way:ReWriteR