Go Back   HostGator Peer Support Forums > Public Forums > Suggestions

Notices

Reply
 
Thread Tools
  #1  
Old 11-18-2008, 07:30 AM
jkbname jkbname is offline
Hatchling Croc
 
Join Date: Nov 2008
Posts: 4
Default Is FastCGI coming to HG shared hosting (and in that case when)?

People like myself who want to use Django/Python really need FastCGI (and I'm sure the Ruby on Rails guys would appreciate that, too).

What's the outlook on FastCGI implementation? Do you plan to support FastCGI at all on the shared hosting accounts?

Thanks,
Jonas
Reply With Quote
  #2  
Old 11-18-2008, 12:08 PM
blagoj blagoj is offline
Hatchling Croc
 
Join Date: Oct 2008
Posts: 16
Default Re: Is FastCGI coming to HG shared hosting (and in that case when)?

I would like also that too. I suggested lighttpd with fastcgi which is better than the apache's fastcgi.
see also these threads:
http://forums.hostgator.com/fastcgi-t21381.html
http://forums.hostgator.com/lighttpd...gi-t41587.html
__________________

Reply With Quote
  #3  
Old 11-18-2008, 12:44 PM
GatorDaveC's Avatar
GatorDaveC GatorDaveC is offline
HostGator Staff
 
Join Date: Mar 2006
Location: Ontario, Canada
Posts: 937
Default Re: Is FastCGI coming to HG shared hosting (and in that case when)?

We do have plans with FastCGI as possibly a secondary environment. We have to work out a couple of things before we announce anything though.

We probably won't be able to ever support Lighttpd, as all of our clients are already using Apache, and the changes would be huge. However I am a fan of lighttpd for single sites. Its great if you have a couple of sites. Lighttpd would also be a pain with CPanel.
Reply With Quote
  #4  
Old 11-18-2008, 01:00 PM
jkbname jkbname is offline
Hatchling Croc
 
Join Date: Nov 2008
Posts: 4
Default Re: Is FastCGI coming to HG shared hosting (and in that case when)?

Sounds great! Do you have any idea as to when you'll be able to offer this?
Reply With Quote
  #5  
Old 11-18-2008, 02:53 PM
GatorDaveC's Avatar
GatorDaveC GatorDaveC is offline
HostGator Staff
 
Join Date: Mar 2006
Location: Ontario, Canada
Posts: 937
Default Re: Is FastCGI coming to HG shared hosting (and in that case when)?

Quote:
Originally Posted by jkbname View Post
Sounds great! Do you have any idea as to when you'll be able to offer this?

We'll probably have a decision once our Apache 2.x / CentOS migrations are done which will be in about 2 weeks or so.

I think the best way to FastCGI would be to have some basic handlers setup, and if a client wants other ones they can add them etc..

One issue I see with FastCGI, would be support requests to have processes killed in order for Ruby on Rails updates, we really haven't tested it much. I've used it a little bit in the past, and I just installed it on my development server today. We need to figure out a good configuration for processes spawned etc... before we even think about launching it.


The process initialization on Ruby on Rails is ridiculously slow, so having the processes stay spawned with FastCGI would make our Ruby on Rails clients happy with the speed.
Reply With Quote
  #6  
Old 11-18-2008, 03:05 PM
jkbname jkbname is offline
Hatchling Croc
 
Join Date: Nov 2008
Posts: 4
Default Re: Is FastCGI coming to HG shared hosting (and in that case when)?

Django would work as well on the setup you envision, right? (Here's how to set up Django with FastCGI: http://docs.djangoproject.com/en/dev...yment/fastcgi/)
Reply With Quote
  #7  
Old 11-18-2008, 03:13 PM
GatorDaveC's Avatar
GatorDaveC GatorDaveC is offline
HostGator Staff
 
Join Date: Mar 2006
Location: Ontario, Canada
Posts: 937
Default Re: Is FastCGI coming to HG shared hosting (and in that case when)?

If we setup FastCGI, we would set it up where you could add the handler in htaccess such as the example on that site..

---
AddHandler fastcgi-script .fcgi
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ mysite.fcgi/$1 [QSA,L]
---
Reply With Quote
  #8  
Old 11-27-2008, 03:33 AM
zervouli zervouli is offline
Hatchling Croc
 
Join Date: Oct 2004
Posts: 5
Default Re: Is FastCGI coming to HG shared hosting (and in that case when)?

This is really great news, I've been waiting for this since I started my account (2004). I think a lot of people will be happy.

Django will finally be a viable framework to use at Hostgator.

Thanks!
Reply With Quote
  #9  
Old 11-30-2008, 07:56 AM
dustbuster dustbuster is offline
Hatchling Croc
 
Join Date: Mar 2008
Posts: 13
Default Re: Is FastCGI coming to HG shared hosting (and in that case when)?

I'm really looking forward to FastCGI too.
Reply With Quote
  #10  
Old 01-05-2009, 03:27 PM
jkbname jkbname is offline
Hatchling Croc
 
Join Date: Nov 2008
Posts: 4
Default Re: Is FastCGI coming to HG shared hosting (and in that case when)?

What's the status of this?
Reply With Quote
  #11  
Old 01-14-2009, 10:19 PM
GatorDaveC's Avatar
GatorDaveC GatorDaveC is offline
HostGator Staff
 
Join Date: Mar 2006
Location: Ontario, Canada
Posts: 937
Default Re: Is FastCGI coming to HG shared hosting (and in that case when)?

We are ready for some FastCGI testing. If you let me know what server you are on, I will install it on your server and let me know how it works out for you.

Basically we were setting it up so the servers won't have thousands of processes running from FastCGI alone.
Reply With Quote
  #12  
Old 01-14-2009, 10:24 PM
GatorPatrick's Avatar
GatorPatrick GatorPatrick is offline
HostGator Staff
 
Join Date: Apr 2007
Location: Houston, TX
Posts: 512
Default Re: Is FastCGI coming to HG shared hosting (and in that case when)?

If you are interested in beta testing our FastCGI implementation please PM Dave or I

Alternatively you can e-mail me directly: patrick@hostgator.com
__________________
Patrick Pelanne
Deputy Chief Technical Officer
HostGator LLC.
http://support.hostgator.com

Last edited by GatorPatrick; 01-14-2009 at 10:31 PM.
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Coming from another hosting QueenZ Pre-Sales Questions 8 05-28-2008 07:40 AM
Image Hosting on Shared hosting plan hosterbean Pre-Sales Questions 16 01-24-2008 08:42 AM
DNS on Shared Hosting? navjotjsingh Shared Hosting Support 6 11-20-2007 01:31 AM
Shared Hosting Forum Hosting Script calum Shared Hosting Support 17 07-24-2007 07:28 AM

All times are GMT -5. The time now is 07:59 AM.