Search results

  1. J

    [solve] cpu usage high

    okay thanks, i think its definitely the uplink bottleneck.
  2. J

    php4 still default?

    any chance you guys can make php5 the default with proper recommended settings, with such as pdo/mysql? having to build litespeed from scratch for php seems a real job at the moment. :D
  3. J

    [solve] cpu usage high

    i don't think we really have a busy time, traffic is constant throughout as we also get lot of international traffic. uplink is 100mb. do you think we are hitting a bottleneck in network? i see we use 30mb down and 30-50mb up.
  4. J

    [solve] cpu usage high

    okay, here is the screenshot:
  5. J

    [solve] cpu usage high

    Hi Nitewave, site is taking a while to load now. here is a screen paste of w, top, and iostat: // w -bash-3.2# w 14:30:52 up 6 days, 22:05, 2 users, load average: 20.58, 22.98, 24.17 // top by cpus top - 14:31:41 up 6 days, 22:06, 2 users, load average: 21.18, 22.81, 24.05 Tasks: 567...
  6. J

    [solve] cpu usage high

    yes but when load avg starts to reach 15+ (indicating more traffic), the site starts to slow down and response time of site starts to become greater than 4+ secs, when normally it's 1 second or so. could i be hitting some max connections settings (either litespeed and/or php, kernel, etc) and it...
  7. J

    [solve] cpu usage high

    here is a snapshot of the top: top - 13:55:25 up 41 days, 1:55, 2 users, load average: 11.67, 11.76, 11.85 Tasks: 469 total, 12 running, 457 sleeping, 0 stopped, 0 zombie Cpu0 : 46.7%us, 3.3%sy, 0.0%ni, 0.0%id, 0.0%wa, 16.7%hi, 33.3%si, 0.0%st Cpu1 : 50.0%us, 15.6%sy, 0.0%ni...
  8. J

    [solve] cpu usage high

    hi guys i'm hosting a site that gets 1M+ visits a day in litespeed right now. the site is a combination of php and cgi and i noticed that my cpu's hover around 20-30 percent w/ load avg around 8-15. server has 32 cpu cores of intel romley btw. litespeed is configured with lsphp + suexec...
  9. J

    litespeed + cpanel + ASL

    yes, take a look here, just posted today http://atomicorp.com/forums/viewtopic.php?f=3&t=6284 it seems the last 3 versions of litespeed has a vulnerability, including the latest 4.1.13, according to ASL.
  10. J

    litespeed + cpanel + ASL

    hi all i was wondering if you guys have any known compatibility issue with the following setup, litespeed + cpanel + ASL (atomic secured linux). i googled it a bit and it shows it is not. but i'm guessing the latest release should be compatible?
  11. J

    [solve] best setup for a site that gets 500k+ monthly uniques?

    nvm problem solved. was some path issues. :)
  12. J

    [solve] best setup for a site that gets 500k+ monthly uniques?

    so i've identified it the problem stems from line: use Session; is there some known problem w/ this line? for instance this errors out: #!/usr/bin/perl use Session; print "Content-type:text/html\n\n"; print "hi"; exit; but this doesn't: #!/usr/bin/perl print "Content-type:text/html\n\n"...
  13. J

    [solve] best setup for a site that gets 500k+ monthly uniques?

    hi nitewave thanks. so now i am testing out his script site which is in perl/cgi and i'm now getting: premature end of response error any idea? he did also mention that he had a test server w/ litespeed and it was working fine at the time. i wonder what i'm doing wrong?
  14. J

    [solve] best setup for a site that gets 500k+ monthly uniques?

    hi guys i have a client i'm trying to help setup with litespeed. his site gets over 500k+ monthly uniques. he is currently on 2 apache servers, which usually have load from 5 to 12+, and often producing 408 errors. i'm pretty certain his site will function fine just on a single server w/...
  15. J

    phpinfo shows me im on php4 and not on php5

    hi all i just installed litespeed and i'm scratching my head here how to get litespeed to use php5 as default and not php4. this is really inconvenient, as i couldnt even google for the answer. any suggestions?
Top