Search results

  1. P

    503 Errors - APC with cPanel matched PHP binary

    We use cpanel + litespeed + apc , so the config is actually the httpd.conf of apache. Is there a way to configure it then to avoid the 503s?
  2. P

    503 Errors - APC with cPanel matched PHP binary

    I am having the same issues, was this sorted out? Thanks
  3. P

    503 error with Rails 2.3.2

    Copy /home/jms/sources/lsws-4.0.2/fcgi-bin/RailsRunner.rb.2.3 to /usr/local/lsws/fcgi-bin/RailsRunner.rb & /home/jms/sources/lsws-4.0.2/fcgi-bin/RailsRunner.rb.2.3 to /usr/local/lsws/fcgi-bin/RailsRunner.rb.2.3 and over write to ensure you have the latest RailsRunner.rb & .rb.2.3
  4. P

    503 error on every initial request to a Rails site

    Even we've faced tons of 503 issues - but there is just no clear solution and we still face it intermittently. If it continues, we may have to leave litespeed and go to passenger/apache combo
  5. P

    408.shtml error and then litespeed stalls

    Done, I've set PHP_LSAPI_CHILDREN to the same no as Max Connections = 30
  6. P

    408.shtml error and then litespeed stalls

    Modified settings to PHP_LSAPI_MAX_REQUESTS=300 PHP_LSAPI_CHILDREN=30 LSAPI_MAX_IDLE_CHILDREN=20 LSAPI_AVOID_FORK=1 Instances, set to 1 Lets see how this goes. Anything else I need to check?
  7. P

    408.shtml error and then litespeed stalls

    PHP_LSAPI_MAX_REQUESTS=200 PHP_LSAPI_CHILDREN=200 LSAPI_MAX_IDLE_CHILDREN=60 LSAPI_AVOID_FORK=1 Process Soft limit 500 Hard Limit 750
  8. P

    408.shtml error and then litespeed stalls

    On the stats page, when the server went out of control I saw the following statistic EAProc Idle - 170
  9. P

    408.shtml error and then litespeed stalls

    Hi, I tried. It helped for a bit and then again the server spiralled out. This time though it was able to cut on the processes much faster than prev times. But the problem still exists ..
  10. P

    408.shtml error and then litespeed stalls

    Hello, We are seeing the following error repeatedly. 2009-04-05 06:17:55.950 [INFO] [203.212.239.28:53692-0#APVH_xxx.com] File not found [/home/xxx/public_html/408.shtml] 2009-04-05 06:23:35.266 [INFO] [203.212.239.28:42786-0#APVH_xxx.com] File not found [/home/xxx/public_html/408.shtml]...
  11. P

    Automatic upgrade

    in my experience, george makes the final version available through auto update when some of the major bugs have been squashed and tested after the release of a version. So it kind of makes sense to wait it out. But I am looking to run Rails 2.3 as well so I might have to take the manual route...
  12. P

    Will there be official support for Rails >= 2.3

    Is there any documentation on getting Rails 2.3 to work with LS 4.0?
  13. P

    Automatic upgrade

    Hello, When is the 4.0 scheduled to come up as auto upgrade within the cp? We need to use 4.0 because of our moving some of our apps to Rails 2.3 and as of now there are still unclear posts on this forum regarding the stability or upgrading ease of v4.0 I'm using the latest v3.x on our...
  14. P

    cpanel + litespeed , problem with port change

    Hi guys, We have a configuration issue - we are running cpanel + litespeed as a replacement for apache. So it uses apache's configuration files and loads up. However for one of the domains, we need litespeed to run specifically on port 8080, while the rest of the domains can run on port...
  15. P

    LSWS - could it run on Amazon EC2?

    I'd like to see this answered as well as we are planning to use AWS
  16. P

    Etag generation customization

    Any chance of Etag being supported? I was planning to use this vB plugin, but its htaccess file reveals that it uses etags http://www.vbulletin.org/forum/showpost.php?p=1568497
  17. P

    Is this a bug in 3.3.10?

    Guess its a Cpanel + Configserver firewall configuration that causes this
  18. P

    Is this a bug in 3.3.10?

    I got this as well. 2008-04-19 04:09:34.331 WARN [config:server:security] invalid value of <dynReqPerSec>:0, use default=1073741823 2008-04-19 04:09:34.331 WARN [config:server:security] invalid value of <staticReqPerSec>:0, use default=1073741823
  19. P

    Installation issue

    I've PM'd you the URL with the rule. Thank you so much for the prompt response
  20. P

    Installation issue

    Some more info: Using Cpanel Looking to replace apache and the current config is running off httpd.conf. Can any one advise soon - this is a bit urgent because I need to get the server up in the next 30 minutes else I would crash due to extreme traffic. t
Top