Search results

  1. S

    [Resolved] High CPU Usage

    The only thing killing me now is MySQL haha, I will need to optimize the queries direct on the script I think... Anyway, it's better now! :)
  2. S

    [Resolved] High CPU Usage

    Yes, it did. Thanks again NiteWave!
  3. S

    [Resolved] High CPU Usage

    I think I got it. Is it right now? [xcache] ; ini only settings, all the values here is default unless explained ; select low level shm/allocator scheme implemenation xcache.shm_scheme = "mmap" ; to disable: xcache.size=0 ; to enable : xcache.size=64M etc (any size > 0) and your...
  4. S

    [Resolved] High CPU Usage

    Is it correct?
  5. S

    [Resolved] High CPU Usage

    I made some changes and it's better now. PHP suEXEC -> Yes PHP suEXEC Max Conn -> 100 Smart Keep-Alive -> No Run On Start Up -> suEXEC Daemon There's anything else I can do to reduce CPU usage?
  6. S

    [Resolved] High CPU Usage

    There is anything I can do to reduce this CPU usage? Thanks!
  7. S

    [Resolved] GeoIP not working

    Thanks a lot NiteWave!
  8. S

    [Resolved] GeoIP not working

    I changed this php.ini: /usr/local/lsws/php/php.ini I didn't found "extension=geoip.so", so I added it and restarted litespeed but still nothing.
  9. S

    [Resolved] GeoIP not working

    Which php.ini?
  10. S

    [Resolved] GeoIP not working

    1 - Yes 3 - Permissions are correct.
  11. S

    [Resolved] GeoIP not working

    Not working yet :(
  12. S

    [Resolved] GeoIP not working

    I'm using cPanel and I tried to activate this mod on EasyApache, but it returns an error when compiling, could it be related? -- Begin step 'APXSing mod_geoip into apache' -- /usr/local/apache/build/libtool --silent --mode=compile gcc -std=gnu99 -prefer-pic -m64 -fPIC -DPIC -DLINUX...
  13. S

    [Resolved] GeoIP not working

    Same thing.
  14. S

    [Resolved] GeoIP not working

    <html> <head> <title>What is my IP address and Country</title> </head> <body> <? if (getenv(HTTP_X_FORWARDED_FOR)) { $pipaddress = getenv(HTTP_X_FORWARDED_FOR); $ipaddress = getenv(REMOTE_ADDR); echo "Your Proxy IP address is : ".$pipaddress. " (via $ipaddress) " ...
  15. S

    [Resolved] GeoIP not working

    Hello, I did this: lsws admin console->Server->General ->Enable IP GeoLocation:Yes lsws admin console->Server->General ->IP to GeoLocation DB: Add DB File Path: /usr/local/share/GeoIP/GeoIPCity.dat DB Cache Type: MemoryCache But still not working... Do I need to do anything else? Thanks!
  16. S

    Optimizing litespeed for high traffic

    I think it's ok now, the problem with Load is not litespeed, it's mysql Thanks a lot for the help NiteWave!
  17. S

    Optimizing litespeed for high traffic

    I changed the "Max Conn" to 1k and it's loading pages pretty much faster now, but the load is still high. There it goes:
  18. S

    Optimizing litespeed for high traffic

    I changed to "suEXEC Daemon mode". New real stats print:
  19. S

    Optimizing litespeed for high traffic

    It's a brand new instalation, where I can see if opcode cache is enabled? Thanks!
Top