[Catalyst] Using Action::REST and Controller::ActionRole together?

2012-05-26 Thread Miquel Ruiz
Hi all, I would like to mix in the same action some custom ActionRoles (via Catalyst::Controller::ActionRole) and Catalyst::Action::REST. I gave it a try in a test application, but the action roles are getting applied to both the main action and the method-specific action: # Main action

[Catalyst] problem with Apache and FastCGI

2012-05-26 Thread Frank Schwach
Hi, I'm trying to run my Catalyst app as a FastCGI process with Apache2, using the static configuration option. When I start Apache I get the following error in the Apache error log: No such file or directory: FastCGI: can't create server PATH/TO/MY/APP/fastcgi However, the fascgi script

Re: [Catalyst] problem with Apache and FastCGI

2012-05-26 Thread Robert Wohlfarth
On Sat, May 26, 2012 at 12:39 PM, Frank Schwach f...@sanger.ac.uk wrote: Why does Apache claim myapp_fastcgi.pl doesn't exist when it does? If you get this error: |FastCGI: can't start server /tmp/myapp/script/myapp_**fastcgi.plhttp://myapp_fastcgi.pl (pid 15460), execle() failed: No