Search results

  1. P

    lspai and RESTful routes

    The problem has nothing to do with LiteSpeed. It's basically a problem with RubyInline library, which has a code that looks like : def self.rootdir env = ENV['INLINEDIR'] || ENV['HOME'] if env.nil? then $stderr.puts "Define INLINEDIR or HOME in your environment and try...
  2. P

    Awstats

    Hi, Will awstats work with the default rails vhost template ? Also, the documentation ( http://www.litespeedtech.com/docs/webserver/config/addons/#awstatsSiteDomain ) says that if Site Domain is left blank, it'll take vhost domain. But if I keep it blank, it gives an error. Thanks, Pratik
  3. P

    Maximum number of rails processes

    Thanks a lot. Works like a charm ! -Pratik
  4. P

    Maximum number of rails processes

    Ok..That was a bit selfish from my side ;)..I run freeonrails.com - a free rails hosting site. I'm taking a new server for the same. Initially, I was considering mongrel/apache 2.2.x. But after checking out litespeed, there's no looking back ! The box will have 4 GB of RAM. So I'm hoping to have...
  5. P

    Maximum number of rails processes

    Skipping process manager would be really nice thing to have for shared environment. I'll keep my eye on changelog for this :) Memory has always been the showstopper for hosts providing rails hosting! Thanks, Pratik
  6. P

    Limit vhost bandwidth

    I'm a little lost here. Let's say I want to limit someone's bandwidth to 1 GB/month. What should be the values of these params ? Thanks, Pratik
  7. P

    Maximum number of rails processes

    Hi, On my ls server, I've set Max Connections to be 1. Even then, I see multiple rails process for the same vhost. Am I missing something ? Thank, Pratik
  8. P

    Limit vhost bandwidth

    Hi, I want to limit bandwidth used by each vhost. Is there any way I can do it ? Thanks, Pratik
Top