Re: [galaxy-dev] Apache problem

2014-02-27 Thread Alper Kucukural
Hi, I just solved the problem. 1. The first Authorization problem was indeed in Apache. So, you have to define the domain name. If there is a problem Location /display_application Satisfy Any Order deny,allow Deny from all Allow from your_ip /Location 2. The second

[galaxy-dev] Apache problem

2014-02-26 Thread Alper Kucukural
Hi, I need to solve a problem in Apache and could not find a solution. So, we are using remote authentication for galaxy.myserver.edu. It is like a basic authentication in apache. AuthType Basic So I want to allow machine1 to access galaxy.myserver.edu/display_application without password.

[galaxy-dev] Apache problem

2014-02-26 Thread Kucukural, Alper
Hi, I need to solve a problem in Apache and could not find a solution. So, we are using remote authentication for galaxy.myserver.edu. It is like a basic authentication in apache. AuthType Basic So I want to allow machine1 to access galaxy.myserver.edu/display_application without password.