Search results

  1. E

    Restart individual virtual hosts

    I'd like to know if it's possible to support individual VH restart in the console, something like: > lswsctrl restart my-virtual-host In the web interface we can do it, in the console is a must too. I've read some threads that this is possible when using the shared server setup, but...
  2. E

    Ruby 1.9

    I'd like to know if a plan for Ruby 1.9 compatibility is on the agenda. Thanks.
  3. E

    Graceful Restarts not working

    Hi, I can't get Graceful restarts working again, even by the web console or "lswsctrl restart". I am using the last version (3.3) Enterprise Edition. All my Rails processes continue there, and when I use the web console the browser get stuck in the request. I could not find anything in...
  4. E

    Tunning very high traffic Rails site

    Hi, I have a site which must be rendering about 2M page views/day, but I am not being able to achieve this yet. The first thing I did was to try the Enterprise Edition, since 150 connections was a bottleneck... now it's using about 600~700 connections. Now, Rails is the bottleneck. I am...
  5. E

    Expires header not updated when status 304

    I've noticed that LSWS does not send Expires header in 304 responses, so the browser always uses the old Expires. Shouldn't the Expires be updated? Use case: 1. First page visit get /default.css response: 200, Expires: 25-May-2007 18:00 2. Page visit before expires (nothing...
Top