search for: litespeed

Displaying 20 results from an estimated 63 matches for "litespeed".

2006 Jul 24
22
which webserver to use in production?
Apologies in advance if this ignites a war of comflicting opinions.... I''m a few days away from going live with my first RoR application. It is completely database centric and each user will have his own queries so cacheing will not really help. I have a dedicated linux server being built by my hosting provider and I need to tell them which webserver to use. The databse is MySQL
2006 Sep 07
9
LiteSpeed
Yo Zed, Just curious -- what do you think of the LiteSpeed server? Is it better than Lighty? Does it (gasp!) also serve Rails apps like Mongrel? I think I read that LiteSpeed doesn''t have proxying support. Thanks, Joe __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around...
2006 Nov 10
1
[SEC] Latest LiteSpeed ruby-lsapi does not vulnerable to the cgi.rb 99% CPU DoS attack
Hi, First, my thanks to Zed for including LiteSpeed in cgi.rb vulnerability report. Appreciated! I just got time to review ruby-lsapi code and test the vulnerability against LiteSpeed. I found that, in our latest ruby-lsapi release 1.11, lsapi_read() function returns Qnil when the end of request body has been reached. So, in theory, LiteSpeed shoul...
2008 Oct 19
1
Does anybody out there use Litespeed?
I''ve heard good things about Litespeed but all the documentation I''ve found doesn''t reflect the new 3.3 version. The older 2 and 1 versions are just so different. I''ve gone down the road with the old docs and it''s always a dead end. I''d be happy to pay or trade code or some kind of programmin...
2006 Jul 19
0
Toturial on Rails + LiteSpeed LSAPI
Hi, This message might be helpful for people who is using or plan to use LiteSpeed web server together with Rails. We posted two tutorials in our WIKI regarding Rails + LiteSpeed configuration. One is Rails + LiteSpeed API, another one is mongrel + LiteSpeed proxy. http://www.litespeedtech.com/community/wiki/doku.php?id=litespeed_wiki:ruby_rails http://www.litespeedtech.com/com...
2006 Jun 18
4
MongrelDay Documentation -- Memoirs Of A Web Server
...rubyforge.org/docs/ -- The main documentation listing. * http://mongrel.rubyforge.org/adoption.html -- People who''ve adopted Mongrel. E-mail me if you want a mention. * http://mongrel.rubyforge.org/not_mongrel.html -- Required reading for greedy people. * http://mongrel.rubyforge.org/docs/litespeed.html -- Litespeed documentation from Alison Rowland. * http://mongrel.rubyforge.org/docs/pen_balance.html -- Pen and Balance documentation (might not work right). * http://mongrel.rubyforge.org/docs/security.html -- Short notes on web application security and Mongrel. * http://mongrel.rubyforge.org...
2008 Dec 22
1
How do I use GDB to debug Litespeed Server?
How do I debug Litespeed Server on Mac OS 10.5 with GDB? I haven''t a clue on how to proceed. I haven''t used GDB before. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on...
2006 Aug 26
5
LiteSpeed Web Server 2.2 with Ruby Rails integration....
...may not be a good idea to expose Mongrel directly to the outside world in a high-load production environment. In-addition, Mongrel_cluster + proxy + load balancer have to be used even for a single server deployment making the unified setup more complicated than needs be. Yesterday, we released LiteSpeed Web Server 2.2 with major enhancement on Rails configuration. With 2.2 release, you only need to tell LSWS the Rail application''s root directory and URL bind paths. LSWS will take care of everything else. No more manual configuring of FCGI, 404 handler/rewrite rules, proxy, load balanc...
2006 Nov 10
0
LiteSpeed + Capistrano How-to.
Hi, For those who are waiting for our tutorial on LiteSpeed + Capistrano deployment in a Rails App cluster, please take a look at http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:capistrano Basically, you need to setup sudo permissions and add sudo "#{lsws_cmd} restart" to deploy.rb of your Rails application. Best Regards,...
2007 Dec 13
0
How do I force download with LiteSpeed?
...s, but haven''t found an answer. I''m trying to make the user download a special file, no matter what mediatype it is (could be jpg, pdf or doc for example). My code right now is this: def download_path( _id = params[:id]) result = Philestructure.find( _id ) headers[''X-LiteSpeed-Location''] = "/downloads/ #{result.phile.file_name}" headers[''Content-Description''] = "File Transfer" headers[''Content-Type''] = ''application/force-download'' headers[''Content-Disposition''] = &quot...
2008 Aug 22
0
Slow FIle Upload Safari and Litespeed
When using file upload with Safari and Litespeed server it often get stuck and it looks like it''s loading but nothing happens. What could be wrong? Firefox is better. Also IE 7. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Goo...
2007 Mar 28
2
[OT] Starting Mongrel on Mac: Launchd or Crontab?
I have some Rails apps I use on my Mac to do brutally stupid stuff like track time and activities. They''re always running, but each time I restart, I (duh) have to restart the Mongrels. Well, I know better than that, right? So I dug around in Google to find out how people are getting Mongrels started using Launchd. There are some detailed posts, but none of them seemed to work. My
2006 Aug 04
1
Ruby LSAPI extension release 1.4
...sed in 1.4. Another one is that process manager may create a lot more worker processes than the value configured when there were too many canceled requests, which could become a target of a DoS attack. The maximum number of worker processes has been limited to twice the configured value, along with LiteSpeed Web server''s ability to throttle request rate of dynamic request at IP level, this kind of DoS attacks can be easily prevented. 1.4 release also added two environment variable to help: LSAPI_MAX_REQS=n n is the maximum number of requests that a child process can serve.Default value...
2007 Jun 24
3
Fastest Way to run Rails
Hi, I am a bit confused about what is the fastest way to run a rails application. I have seen examples which use Apache, mongrel, lighthttpd, fastcgi etc. Is there a correct way to do it? Or is it just a personal choice? Thanks, Keith --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2006 Jun 17
3
Mongrel Web Server 0.3.13 OFFICIAL Release
...this release is pretty big, so read through this documentation to get an idea of what''s changed: * News -- http://mongrel.rubyforge.org/news.html * Documentation -- http://mongrel.rubyforge.org/docs/index.html There''s currently documentation for deploying under Pound, Lighttpd, Litespeed, and other goodies. Documentation is in the works for lots of other stuff, but if you see a blank page then feel free to volunteer. BUGS Report the bugs at http://rubyforge.org/tracker/?atid=5145&group_id=1306&func=browse and feel free to join the mailing list at http://rubyforge.org/ma...
2006 Sep 25
5
Ruby LSAPI 1.9 + LSWS 2.2.2
Hi, If you have been using or evaluating LiteSpeed web server + Ruby LSAPI setup for Rails application, please make sure your are using the latest release, Ruby LSAPI 1.9 and LSWS 2.2.2. We have been fixing a few bugs that causes DB connection errors, incompatibilities with WEBrick/Mongrel and ruby process management issues, currently, all bug repo...
2007 Feb 18
2
SerializationTypeMismatch in Production Mode
.../active_record/base.rb:1964:in `unserialize_attribute'' In development, it works fine. In fact, if I set to false config.cache_classes in production.rb, it works fine. The first time you hit the page, it works fine. Upon refresh, it returns that error. This happens with both webbrick and litespeed. The controller code is: def new store_location if request.env["HTTP_REFERER"] params[:my_id] = "survey" if request.env["HTTP_REFERER"].include? "survey" end @question = Question.new @question.answers_container = Array.new(2, &quot...
2007 Oct 24
28
random cpu spikes, EBADF errors
...n May I had problem with mongrels suddenly consuming huge cpu resources for a minute or two and then returning to normal (load average spikes up to 3.8and then back down to a regular 0.2 over the course of 5 minutes, then again 1/2 hour later. or 4 hours later, no predictable rhythm). I posted to Litespeed forums because I thought the problem was there but didn''t get far. And a week later migrated hosting companies and the problem was gone. Now its returned. We make a lot of changes, but I''ve gone over the repo for the last few weeks and can''t see anything structural that s...
2006 Jul 07
8
Going to production soon, need server advice
...at kind of web server setup people have had good luck with. I''m looking for something that is: 1. Stable 2. Easy to setup 3. Secure (sorry but Windows is ruled out here) My deployment will either be on Fedora Core 5 or possible Mac OS X Server. Currently I''ve been looking at Litespeed and their LSAPI integration and am tempted by that. I also have looked at Mongrel with Pound/Pens/Balance. I *could* do Apache 2.2 and Mongrel but want to avoid Apache if possible as I''d like to keep my memory contraints as low as possible and I''ve found Apache can be a bit...
2006 Aug 17
0
Ruby LSAPI extension 1.5
Hi, We released Ruby LSAPI extension 1.5 to address a bug introduced in 1.4 that may cause small post requests blocking. If you are using LiteSpeed + Ruby LSAPI, please upgrade. Best Regards, -- George Wang LiteSpeed Web Server http://www.litespeedtech.com/