Search results

  1. O

    Broke my pipe

    Fixed, I think I upgraded to 3.3.24 and updated lsapi to latest release with sudo gem install lsapi. That seems to have fixed the problem. After some Google research I think the problem was related to this problem http://litespeedtech.com/support/forum/archive/index.php/t-902.html.
  2. O

    Broke my pipe

    Hi, Can anyone help me fix a broken pipe problem in my Rails app? See http://www.litespeedtech.com/support/forum/showthread.php?t=740 Should I upgrade to the new release, will that fix my problem? Details are in the other thread. Thanks in advance, Onno
  3. O

    whatever popen does isnt working in a rails app

    Also broke my pipe Hi, I'm experiencing a similar problem. I'm also using the session gem. My code is working fine on my laptop Ubuntu intrepid, I'm using the built WebRick webserver. I deploy to a web server running SLES and LSWS standard edition 3.3.22. Reproducing the error is...
  4. O

    Using context directives for static stuff of Rails app

    Hi, I have some static files in my Rails application that I don't want LiteSpeed to handle with the Rails module, it should just be served as static content. I have configured it as below. Is this correct? I assigned the Rails context last in the ordering (position 7). Rails / 7...
  5. O

    Listener fails to start because virtual host mapping is missing

    Hi, I'm trying to configure to environment for two Rails applications on the same LiteSpeed server. I can successfully setup the two environments but one of the listeners fails to start. The virtual host mapping column shows 'NA' so I suspect that it fails to start because it cannot find the...
  6. O

    Two Rails environments on 3.3.2

    Hi, I'm setting up two Rails environment on Litespeed Web Server Standard v3.3.2 and running into problems getting the second environment to work. All requests produce an internal server error (500). Attached is part from the log file which shows all messages for such a request. I...
  7. O

    Viewing the server log under v3.3.2

    Hi, I'm using version 3.3.2. of the standard edition and trying the view the error log. I notice strange behaviour of the server log viewer. problably this is a known issue? I have attached a flash demo of this. Because of it I don't trust log messages displayed there. Im using IE 6...
  8. O

    RAILS_ENV revisited

    One extra environment 'staging' that would be great. I vote yes.
  9. O

    RAILS_ENV revisited

    I think this should be simpler. Doing all this just to set RAILS_ENV? There should be an easier way to do this that won't require you to add an external app, a context, rewrite rules, a dispatch.lsapi file. The 'Rails' context should allow other options than 'development' and 'production'...
  10. O

    RAILS_ENV revisited

    Where is dispatch.lsapi When I try to add this external app I see an error message: *file /home/user/site/staging/current/public/dispatch.lsa pi does not exist. Please create manually. Where can I find this file? Should I create one myself? What should it contain? My context list now has...
  11. O

    RAILS_ENV revisited

    Hi, I have my Rails app setup on LiteSpeed by instantiating a virtual host I created using the Rails template. Now I want to create two environment for the same app. A staging environment and a production environment. What is still not clear to me is how the RAILS_ENV can be set. Should I...
  12. O

    Install (awstats) behind a proxy server

    Used the manual install As suggested in the install output I performed the manual install. Download from sourceforge, extract and then made root the owner and created a symbolic link awstats to folder awstats-6.6. Didn't test it but I think that is all there is to it...
  13. O

    Install (awstats) behind a proxy server

    Hi, I'm trying to install lsws including awstats behind a proxy server. This fails because the installer doesn't use the proxy server I specified using HTTP_PROXY. How can do the install with a proxy server? Thanks and Regards, Onno
  14. O

    512 MB RAM on a vserver is enough?

    Although I did not test it with Mongrel I'm sure it will be the same. I tested it from the Ruby console and from there I also see the segmentation fault. From closer inspection the problem is that the HTML file I'm trying to clean grows untill the VPS crashes? There is no HTML in the file...
  15. O

    512 MB RAM on a vserver is enough?

    Problem solved This of course was not a problem with LiteSpeed :) For this application I'm using the Ruby interface to HTML tidy (tidy gem version 1.1.2). I discovered that the use of this interface on this new server (with SuSE Linux enterprise 10) causes segmentation faults. In my code...
  16. O

    512 MB RAM on a vserver is enough?

    It should be enough Okay, I didn't know Rails apps where CPU and memory hungry, but thinking about it, it should be more than enough. I think that something is going horribly wrong with LSWS on this server on a specific request. I raised the memory limits: On server Memory I/O Buffer to...
  17. O

    512 MB RAM on a vserver is enough?

    Hi, I have a Rails application running on a vserver with the following configuration: - Linux server running SuSE Linux Entreprise Server 10 - Shared 3.4 GHz Intel Xeon processor - dedicated 512 MB RAM Now I am experiencing some problems with my Rails app. On certain requests the app...
Top