Search results

  1. N

    Peer review of my LS screencast

    I really like LS. So, I have put together a screencast on setting it up for a rails site. Now, Im pretty boring so try not to die of boredom. Constructive criticism would be appreciated. Cheers, NC...
  2. N

    Setting up a catchall domain running a rails app

    This may not be specific to rails app, but I need to set up a site that we can have any sub domain for a site which will forward to the same rails app. Any ideas on this?
  3. N

    Missing gems and log error clairity please

    I am seeing this in the error log. Seems there is a missing gem. However its not telling me which gem is missing. I am seeing this alot. [LSAPI:STDERR]: SIGUSR1 [LSAPI:STDERR]: ( [LSAPI:STDERR]: SignalException [LSAPI:STDERR]: ) [LSAPI:STDERR]: from...
  4. N

    .htaccess rules evaluations in the error.log

    I have LSWS setup to allow the evaluations of .htaccess files . Now when I look at my error.log file, I see a ton of [REWRITE] entries. Is theres a way to have LSWS be less verbose on the rewrites rules evaluations in the error.log file?
  5. N

    Question concerning "Connection Keepalive Timeout"

    In "Server" > "Ruby on Rails" the setting for "Connection Keepalive Timeout" if this is set to 120, will it kill a connection(rails process) after 120 seconds of it being initialized, even if it is being activity used?
  6. N

    Will upgrades overwriting anything in the conf directory?

    Will upgrades overwriting anything in the conf directory?
  7. N

    Error message help please "Connection timed out!"

    I am now seeing alot of these in the logs. #www.site.net] No request delivery notification has been received from LSAPI process:-2, possible run away process. #www.site.net] connection to [uds://tmp/lshttpd/www.site.net:_.sock] on request #0, error: Connection timed out! #www.site.net] oops...
  8. N

    .htaccess password protecting folders.

    Hi, I have a rails site running on 3.2.4 Enterprise. I am trying to protect a sub folder under public called "protected" http://easybutton.us/protected/test.html Server settings for htaccess Allow Override: X Auth Access File Name .htaccess I understand the htaccess chain of command...
  9. N

    Recommendations for reactive monitoring

    Hey guys, Just see if there is a recommendation for reactive monitoring. Ive used monit in the past for monitoring Mongrel webservers. Is there a preferred programs that can make sure that litespeed is always happy and healthy?
  10. N

    ./lswsctrl reload

    I was doing a "top" to see what processes come alive when the lsws is reloaded. I noticed that all the rails apps were fired up for about 5 seconds. This causes cpu spikes. I wanted to see what kind of performance hit that would be. Using httperf for load testing. While doing the load test...
  11. N

    can the httpd_config.xml be broken up?

    can the httpd_config.xml be broken up into different files. I would like to extract the members of the vhTemplate out into their own files.
  12. N

    Should litespeed be rans as root in a shared rails env?

    Should litespeed be rans as root in a shared rails env?
  13. N

    Can rails apps share dispatch.lsapi?

    Can rails apps share dispatch.lsapi? Can I put dispatch.lsapi in a shared locations? See, Im trying to setup a VH TEMPLATE and in the "External App"section the "Command" field demands to know were the dispatch.lsapi lives. I tried "$VH_ROOT/public/dispatch.lsapi", but that didnt fly...
  14. N

    503 error after setting up for the LiteSpeed API App Definition in "External App"

    I chose to instantiate a vhost from one of my VH templates. I did this because I wanted setup for a rails site using the external app. The reason I did this is because I wanted to test the "Memory Hard & Soft Limit" settings. However, I keep getting a 503 error. I did try increasing...
  15. N

    Memory cap for a rails app?

    Is there a memory cap setting for a ruby on rails vhost template?
  16. N

    command line restart of individual rails apps instead of webserver?

    Is there a way to restart an individual rails application that is configured for a vhost template from the command line? I will have several different rails applications on one server. When a user commits a change to their rails app that needs a restart, I would like to restart, from the...
  17. N

    litespeed + ruby + rails/tmp/session issue.

    Hello guys, When my users move their rails applications on to my servers, the rails app directories are chmoded to 755. But that give litespeed a problem because it wants to write a session in the tmp/sessions directory. Is there a way to move the location were litespeed writes this session...
  18. N

    any suggestions on a configuration Optimized for speed

    Hello guys, I was hoping to get some suggestions out of this thread. We host several Rails apps using an Apache/Haproxy/Mongrel stack. I have been checking to see if litespeed is a good replacement for our rails hosting needs. So far I have been impressed with the ease and administration of...
  19. N

    Can I move the conf directory out of SERVER_ROOT

    Hey guys, Is it possible to move the SERVER_ROOT/conf directory out of the SERVER_ROOT? I was going to move it to a "shared" location, to be able to have 2 or more litespeed servers sharing the same config files. This way all the servers in particular can have the exact same setup...
Top