Re: [Catalyst] Problems with $c->req->base on lighttpd deployment (Catalyst 5.9)

2013-01-20 Thread Michele Beltrame
Hello! > Upon further inspection I noticed that the problem lied in $c->req->base not > returning the absolute path but instead it returned the relative path. I had a similar problem in the deployment of a Catalyst application with Lighttpd. After some invertigation it looked like the problem wa

Re: [Catalyst] Newbie questions regarding nginx/fastcgi configuration

2012-12-17 Thread Michele Beltrame
top scripts of the operating system. That should be clean enough. For instance I created a start/stop script in the Gentoo /etc/rc.d directory, which manages the things and assing the correct UID to the process. Works smoothly. Cheers, Michele. -- Michele Beltrame http://www.italpro.net/ - m.

Re: [Catalyst] ”Non-root configuration” of lighttpd::FastCGI doesn't work with Catalyst-Runtime-5.90002

2011-10-26 Thread Michele Beltrame
my $app = San->psgi_app; $app; --- The commented out part applies the IIS6 and Lighttpd "fixes", which actually break Lighttpd in non-root mapped FastCGI configuration. The subsequent line doesn't apply any fix. Cheers, Michele. -- Michele Beltrame http://www.italpro.net/ - m...

Re: [Catalyst] How to do .htaccess?

2011-03-07 Thread Michele Beltrame
directory (except for static files), where would I put this > information? You could use: Catalyst::Authentication::Credential::HTTP Cheers, Michele. -- Michele Beltrame http://www.italpro.net/ - m...@italpro.net Skype: arthas77 - Twitter: _arthas ___

Re: [Catalyst] Ajax Problem.

2011-01-05 Thread Michele Beltrame
Hello! > 4) The Action subroutine searches database and puts results in the *stash* > * > * > *I could see, the things are working till the fourth step correctly.* Putting results in the stash is not enough, as they must be sent to the client JavaScript application somehow. If you want to provid

Re: [Catalyst] receiving form-elements in sequence...?

2010-12-27 Thread Michele Beltrame
that to the server. Or, you can (with JavaScript, again) make sure every row also carries information about its position when the form is sumbitted. Cheers, Michele. -- Michele Beltrame http://www.italpro.net/ - m...@italpro.net Skype: arthas77

Re: [Catalyst] Re: Language selection in URLs

2009-11-18 Thread Michele Beltrame
that great advantage (not even in elegance) in using: http://en-gb.mysite.com/resource/list instead of: http://mysite.com/en-gb/resource/list If you're using the Chained dispatching, it's very straightforward to map the secondo URL to a language. Michele. -- Michele Beltrame http://

Re: [Catalyst] Re: Catalyst 5.800013 - missing dependency version

2009-09-23 Thread Michele Beltrame
ason you didn't get the new version previously? With MooseX::Type 0.19 (version of Moose I currently have is 0.91) I get the same load of warnings as Toby: upgrading to 0.20 solves the issue. I hope this report is of some help. Michele. -- Michele Beltrame http://www.italpro.net/ - m.

Re: [Catalyst] Catalyst Advent Calendar - Day 10 - Config General & Arrays

2008-12-10 Thread Michele Beltrame
itely switching to JSON, which doesn't suffer of this and, if formatted properly, can be easy to read and manipulate as well. Hope this helps, Michele. -- Michele Beltrame http://www.cattlegrid.info/ ICQ 76660101 - MSN [EMAIL PROTECTED] ___ List

Re: [Catalyst] GENTOO ebuilds: important change in keywords

2008-10-31 Thread Michele Beltrame
6 if that's the case) in order to unmask all the packages in the overlay. This "standardisation" will hopefully lead to a quicker inclusion of many of the ebuilds in mainstream portage (maybe ;-)). Michele. -- Michele Beltrame http://www.cattlegrid.info/ ICQ 76660101 - MSN [EMAI

[Catalyst] GENTOO ebuilds: important change in keywords

2008-10-30 Thread Michele Beltrame
use the ebuilds and you're willing to provide feedback, please drop me an e-mail and I'll try to have the ~yourarch keyword added. Thanks, Michele. -- Michele Beltrame http://www.cattlegrid.info/ ICQ 76660101 - MSN [EMAIL PROTECTED] ___ Li

Re: [Catalyst] Catalyst site design drafts feedback thread

2008-06-11 Thread Michele Beltrame
gs, which is a plus. It's however not eye-catching enough, and doesn't provide any nice image besides the logo. Michele. -- Michele Beltrame http://www.cattlegrid.info/ ICQ 76660101 - MSN [EMAIL PROTECTED] ___ List: Catalyst@lists.scsys.co.uk

Re: [Catalyst] Changes to the behavior of $c->namespace in 5.7013

2008-05-20 Thread Michele Beltrame
e that "tt" comes from, but reverting the line you posted of Action.pm to the 5.7012 version makes everything work again. Talk to you soon, Michele. -- Michele Beltrame http://www.cattlegrid.info/ ICQ 76660101 - MSN [EMAIL PROTECTED] ___ List:

Re: [Catalyst] Sending email safely with Catalyst

2008-04-19 Thread Michele Beltrame
against it, even though I don't know much about it: I use FastCGI myself. Michele. -- Michele Beltrame http://www.cattlegrid.info/ ICQ 76660101 - MSN [EMAIL PROTECTED] ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cg

Re: [Catalyst] Re: Handy shotcuts

2008-03-20 Thread Michele Beltrame
these utlity methods as well. Michele. -- Michele Beltrame http://www.cattlegrid.info/ ICQ 76660101 - MSN [EMAIL PROTECTED] ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: htt

Re: [Catalyst] OT: Recommendations for big-time hosting

2008-02-26 Thread Michele Beltrame
Hi! > So what's you recommendation for absolutely bullet-proof hosting that > let's you sleep at night? I think pair Networks would perfectly do: http://www.pair.com - look into the "Dedicated" section. Talk to you soon, Michele. -- Michele Beltrame http://www.cat

Re: [Catalyst] So, what do we want in the -next- book?

2008-02-19 Thread Michele Beltrame
Hi! A cookbook would be great! M. -- Michele Beltrame http://www.cattlegrid.info/ ICQ 76660101 - MSN [EMAIL PROTECTED] ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http

Re: [Catalyst] Automated testing of Captcha?

2008-01-24 Thread Michele Beltrame
ll crafted). Isn't "no-access-to-non-humans" the whole point of the CAPTHA? Michele. -- Michele Beltrame http://www.cattlegrid.info/ ICQ 76660101 - MSN [EMAIL PROTECTED] ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co

[Catalyst] Catalyst article on the next Gentoo Newsletter

2008-01-24 Thread Michele Beltrame
Hello! I'm planning an article which will likely appear in the next Gentoo Newsletter. It will mainly cover the Catalyst, DBIx::Class and related Gentoo ebuilds. However, if somebody thinks there's something (else) I should cover, please let me know. Thanks you, Michele. -- Michel

Re: [Catalyst] Gentoo Catalyst overlay: repository moved!

2008-01-14 Thread Michele Beltrame
Hi! > Are you still maintaining the relevant bits of the overlay? > I attach a couple of ebuilds for the overlay for your (or anyone else's) > consideration. I'm still maintaining. ;) I added the two ebuilds you sent me (to the *new* overlay), thank you! Talk to you soon, Mi

Re: [Catalyst] Gentoo Catalyst overlay: repository moved!

2008-01-12 Thread Michele Beltrame
Hi! > After we're sure we're happy with the new stuff, could the old one's ebuilds > all be changed to throw an error saying where the new location is? Sure, I'll do that as soon as possible. Michele. -- Michele Beltrame http://www.cattlegrid.info/ ICQ 76660

[Catalyst] Gentoo Catalyst overlay: repository moved!

2008-01-09 Thread Michele Beltrame
rsion, please update your repository addess to: http://overlays.gentoo.org/svn/proj/perl/perl-experimental/ Old repository and overlay will not be maintained any more. Thanks, Michele. -- Michele Beltrame http://www.cattlegrid.info/ ICQ 76660101 - MSN [EMAIL PROTECTED] ___

Re: [Catalyst] Web hosting?

2008-01-04 Thread Michele Beltrame
as some good ratings: http://dev.catalystframework.org/wiki/Hosting Michele. -- Michele Beltrame http://www.cattlegrid.info/ ICQ 76660101 - MSN [EMAIL PROTECTED] ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listi

Re: [Catalyst] Web hosting?

2007-12-17 Thread Michele Beltrame
Hi! > Can anyone recommend a web hosting provider for Catalyst applications? There's this small guide available: http://dev.catalystframework.org/wiki/Hosting Contributions are very welcome. ;-) Michele. -- Michele Beltrame http://www.cattlegrid.info/ ICQ 76660101 - MSN [EMAIL P

Re: [Catalyst] Hypothetical Site and Scalability Planning

2007-10-30 Thread Michele Beltrame
is MySpace, I'm pretty sure they have that huge table. ;-) Michele. -- Michele Beltrame http://www.varlogarthas.net/ ICQ 76660101 - MSN [EMAIL PROTECTED] Privacy: http://www.italpro.net/em.html ___ List: Catalyst@lists.scsys.co.uk Listinfo: http: