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

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 server

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 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 scripts. For

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

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

Re: [Catalyst] What to upload

2010-04-05 Thread Oleg Kostyuk
http://search.cpan.org/dist/Catalyst-Manual/lib/Catalyst/Manual/Cookbook.pod#Deployment http://wiki.catalystframework.org/wiki/faq#Deployment 2010/4/1 Paul Falbe p...@cassens.com: I'm getting close to uploading my first Catalyst App from my laptop to our website which is hosted for us.  What

Re: [Catalyst] What to upload

2010-04-05 Thread Paul Falbe
And that goes into .htaccess or apache2 conf file? Sorry for repeated questions this is not familiar territory... On Mon, Apr 05, 2010 at 03:28:47PM +0300, Oleg Kostyuk wrote: I think, you should use: FastCgiServer /www/DpklNotes/script/dpklnotes_fastcgi.pl -processes 3 Alias

Re: [Catalyst] What to upload

2010-04-05 Thread Oleg Kostyuk
Did you ever tried any of them? This is not so hard. If you adding Catalyst app as part of other site, try to place directives above into same config file where your site is defined. This could be as main Apache config, as well as separate config. Finally, you should have something like this:

Re: [Catalyst] What to upload

2010-04-05 Thread Paul Falbe
Oleg, thank you for your help. Problem I'm having is the main site is at a hosting site where I can't experiment to easily. :{ I sent them what I wanted put into the Apache conf file and they responded that it wasn't possible in their shared environment. And a VPS or Dedicated server

Re: [Catalyst] What to upload

2010-04-05 Thread J. Shirley
On Mon, Apr 5, 2010 at 7:00 AM, Paul Falbe p...@cassens.com wrote: Oleg, thank you for your help.  Problem I'm having is the main site is at a hosting site where I can't experiment to easily.  :{  I sent them what I wanted put into the Apache conf file and they responded that it wasn't

Re: [Catalyst] What to upload

2010-04-05 Thread Paul Falbe
Right now the site is at lunarpages.com. I've asked them how much to upgrade to a VPS. I may get a site at dreamhost for testing also. Thank you for the information! What type of host are you working with? You can use DreamHost for very cheap and this all works there. For testing,

Re: [Catalyst] What to upload

2010-04-05 Thread J. Shirley
On Mon, Apr 5, 2010 at 7:33 AM, Paul Falbe p...@cassens.com wrote: Right now the site is at lunarpages.com.  I've asked them how much to upgrade to a VPS. I may get a site at dreamhost for testing also.  Thank you for the information! Have you looked here?

Re: [Catalyst] What to upload

2010-04-05 Thread Paul Falbe
Have you looked here? http://wiki.catalystframework.org/wiki/hosting For a VPS, I'd highly recommend Linode. Their prices are good, and their service is amazing. I hadn't checked that out. Basically, I joined a baseball league which had a site and they wanted the ability to able to