Re: [Catalyst] Providing a REST API from behind Apache/FastCGI?

2013-11-11 Thread brainbuz
Newer versions of apache make some security changes so apache, even though you don't think any access control is being applied on the server side, might be blocking it by default (although that should be a 403 rather than 401). You could try a block like this: Location /uri_for/my/app.fcgi

Re: [Catalyst] Providing a REST API from behind Apache/FastCGI?

2013-11-11 Thread Dan Lowe
On Nov 11, 2013, at 3:51 PM, brainbuz brain...@brainbuz.org wrote: Newer versions of apache make some security changes so apache, even though you don't think any access control is being applied on the server side, might be blocking it by default (although that should be a 403 rather than