Re: [Catalyst] mod_fcgid on win32

2010-01-28 Thread fREW Schmidt
Ok, so I may be getting somewhere with this, but I can't tell. I installed the .dll found here: http://www.fastcgi.com/dist/ and now my config looks like the following: DocumentRoot "C:/aircraft_ducting/root/" Alias /static "C:/aircraft_ducting/root/static" FastCgiServer "C:/aircraft_du

[Catalyst] [ANNOUNCE] Catalyst-Runtime 5.80019

2010-01-28 Thread Florian Ragwitz
I'm happy to announce the next release of Catalyst-Runtime (5.80019). This release adds a new feature allowing to pass arbitrary arguments to the construction of action objects. It also fixes a couple of minor issues mostly related to encoded paths. Full changelog included below as always. Chee

Re: [Catalyst] Q: CatalystX::SimpleLogin

2010-01-28 Thread Bernhard Graf
Tomas Doran schrieb: > If you want to override the login controller, then just don't add > CX::SimpleLogin to your app at all, then make a > lib/MyApp/Controller/Login.pm which subclasses > CX::SimpleLogin::Controller::Login.. Ah! That makes sense. Actually I find that even cleaner than adding CX

Re: [Catalyst] Q: CatalystX::SimpleLogin

2010-01-28 Thread Tomas Doran
Bernhard Graf wrote: But that's not "simple" anymore, or? The idea is that you should be able to configure as much as possible (which is why I just jumped to add config for the things you noted), _but_ easy to override with your own code _when_ you need to.. And for redirect_after_login_ur

Re: [Catalyst] mod_fcgid on win32

2010-01-28 Thread fREW Schmidt
On Thu, Jan 28, 2010 at 8:56 AM, Tomas Doran wrote: > Alexander Hartmaier wrote: > >> ARGH >> >> I've looked *multiple* times for it, but not in the non-free repo. >> Do you know why it is there? >> > > I think the clue is in the name :) > > It's not licensed such that debian include it in their

Re: [Catalyst] mod_fcgid on win32

2010-01-28 Thread Tomas Doran
Alexander Hartmaier wrote: ARGH I've looked *multiple* times for it, but not in the non-free repo. Do you know why it is there? I think the clue is in the name :) It's not licensed such that debian include it in their 'normal' repositories.. Cheers t0m

Re: [Catalyst] mod_fcgid on win32

2010-01-28 Thread Hans Dieter Pearcey
Excerpts from Alexander Hartmaier's message of Thu Jan 28 09:29:42 -0500 2010: > I've looked *multiple* times for it, but not in the non-free repo. > Do you know why it is there? Probably because it has a weird license: http://packages.debian.org/changelogs/pool/non-free/liba/libapache-mod-fastcg

Re: [Catalyst] mod_fcgid on win32

2010-01-28 Thread Alexander Hartmaier
ARGH I've looked *multiple* times for it, but not in the non-free repo. Do you know why it is there? -- Best regards, Alex Am Donnerstag, den 28.01.2010, 15:14 +0100 schrieb Hans Dieter Pearcey: > Excerpts from Alexander Hartmaier's message of Thu Jan 28 09:00:28 -0500 2010: > > I'm running mod

Re: [Catalyst] mod_fcgid on win32

2010-01-28 Thread Hans Dieter Pearcey
Excerpts from Alexander Hartmaier's message of Thu Jan 28 09:00:28 -0500 2010: > I'm running mod_fcgid on debian because it comes as a distro package > while mod_fastcgi doesn't. Yes it does: http://packages.debian.org/search?keywords=libapache2-mod-fastcgi hdp.

Re: [Catalyst] mod_fcgid on win32

2010-01-28 Thread Alexander Hartmaier
I'm running mod_fcgid on debian because it comes as a distro package while mod_fastcgi doesn't. Note that it took some time for me too to get it working. I can mail or paste my setup if that helps you on win32. -- Best regards, Alex Am Donnerstag, den 28.01.2010, 13:19 +0100 schrieb Will Hawes:

Re: [Catalyst] mod_fcgid on win32

2010-01-28 Thread Will Hawes
On 28 January 2010 09:44, Tomas Doran wrote: > > On 28 Jan 2010, at 08:33, fREW Schmidt wrote: >> >> I'm afraid this might be a win32 issue :-/  Anyway, does anyone have any >> input on this?  I'd really like to get this working. > > Google suggests that use mod_fastcgi is the correct fix :) I'd

[Catalyst] Re: Catalyst/C:M:Adaptor/Moose/Moosex::Declare bug?

2010-01-28 Thread iain
iain wrote: Hi all, This is probably going to end up being nothing to do with catalyst but as this is where I am seeing the problem its where im starting. I have a standalone set of objects that work as expected. When I wrap these with Catalyst::Model::Adaptor for use as a model they fail wi

Re: [Catalyst] Q: CatalystX::SimpleLogin

2010-01-28 Thread Bernhard Graf
Tomas Doran schrieb: >> 1. Is there a "simple" way to change the settings for >> "redirect_after_login_uri" and "redirect_after_logout_uri" ? > > The 'redirect_after_logout_uri' is just a method, so you can write a > method yourself to override it, but then you need code, not config. But that'

Re: [Catalyst] mod_fcgid on win32

2010-01-28 Thread Tomas Doran
On 28 Jan 2010, at 08:33, fREW Schmidt wrote: I'm afraid this might be a win32 issue :-/ Anyway, does anyone have any input on this? I'd really like to get this working. Google suggests that use mod_fastcgi is the correct fix :) Also what is recommended given you're not doing shared host

Re: [Catalyst] Default running over chained

2010-01-28 Thread Tomas Doran
On 26 Jan 2010, at 22:13, xenoterrac...@gmail.com wrote: I added a default action to my user controller. When I access /user/ a chained action is supposed to run, and it ran just fine until i added the default action. Now the default runs instead of the chained. No index exists in the cont

[Catalyst] mod_fcgid on win32

2010-01-28 Thread fREW Schmidt
Hey guys, So I'm trying to get us to go from mod_perl to mo_fcgid so that I can stop using ActivePerl and start using strawberry on our server (can't get mod_perl to build for the life of me.) Anyway, here's my current config: DocumentRoot "C:/aircraft_ducting/root/" Alias /static "C:/air