Re: [Catalyst] What to upload

2010-04-06 Thread Tomas Doran
On 6 Apr 2010, at 14:55, Oleg Kostyuk wrote: but with AddHandler you will get "dynamic" FastCGI. As for me, it don't have any benefits comparing to plain old CGI. If this is what you want, then just forget about FastCGI, and configure your app as usual CGI. No benefits other than your app bei

Re: [Catalyst] What to upload

2010-04-06 Thread Tomas Doran
On 6 Apr 2010, at 14:07, Oleg Kostyuk wrote: My site does FastCGI and I can do a .htaccess file but I haven't gotten that to work yet either Would have a sample .htaccess file I can try? Very interested, how they does FastCGI, if you don't have access to server config? You should ask t

Re: [Catalyst] Distributing and updating Cat apps

2010-04-06 Thread Tomas Doran
On 5 Apr 2010, at 15:19, Bill Moseley wrote: Wasn't there talk a while back about splitting up ConfigLoader to make it available outside of Catalyst and with the ability to merge files? Yes. Nobody actually did anything useful to help make it happen yet however :( Cheers t0m ___

Re: [Catalyst] broken planet

2010-04-06 Thread Chris
On Fri, Apr 2, 2010 at 3:10 AM, Guillaume Chambriat wrote: > hi, > > Seems like Planet Catalyst[1] is broken. > > [1] http://planet.catalystframework.org/ > > bye, > -- >  Guillaume Chambriat Yes, it still gives a directory listing at the moment. - Chris ___

Re: [Catalyst] What to upload

2010-04-06 Thread Chris
> > Below is what they said.  I tried everything I found by googling which is why > I thought > I must not be reading something correctly... > > "Hello Paul, > > mod_fastcgi is available. You would need to setup the appropriate fast cgi > hooks in your .htaccess file so that it processes the scri

Re: [Catalyst] What to upload

2010-04-06 Thread Oleg Kostyuk
http://www.fastcgi.com/drupal/node/25 Both FastCgiServer and FastCgiConfig directives can't be used in htaccess file. AddHandler can be used in htaccess, but with AddHandler you will get "dynamic" FastCGI. As for me, it don't have any benefits comparing to plain old CGI. If this is what you want,

Re: [Catalyst] What to upload

2010-04-06 Thread Paul Falbe
On Tue, Apr 06, 2010 at 04:07:01PM +0300, Oleg Kostyuk wrote: > > My site does FastCGI and I can do a .htaccess file but I haven't gotten > > that to work yet > > either  Would have a sample .htaccess file I can try? > > Very interested, how they does FastCGI, if you don't have access to > se

Re: [Catalyst] What to upload

2010-04-06 Thread Oleg Kostyuk
> My site does FastCGI and I can do a .htaccess file but I haven't gotten that > to work yet > either  Would have a sample .htaccess file I can try? Very interested, how they does FastCGI, if you don't have access to server config? You should ask them every time, when you need to change confi