Search results

  1. eva2000

    feature request: imitation of apache directive SetHandler server-status

    cacti method is pretty old, didn't really get it working myself but you can also grab info from .rtreports http://www.litespeedtech.com/support/forum/showthread.php?t=5560 :)
  2. eva2000

    [solved] Understanding .rtreport stats ?

    Thanks Lauren for clarification on lsphp5 instances. Still not clear on individual .rtreports* REQ_RATE lines is the first line in individual cpu reports (bold) the total of the subsequent lines ?
  3. eva2000

    [solved] Understanding .rtreport stats ?

    Also is the first line of REQ_RATE []:, the total for the subsequent lines ? Because, i added all the REQ_RATE lines together which i don't think is correct ? this first line REQ_RATE []: REQ_PROCESSING: 0, REQ_PER_SEC: 3.7, TOT_REQS: 684, CACHE_HITS_PER_SEC: 0.0, TOTAL_CACHE_HITS: 0...
  4. eva2000

    [solved] Understanding .rtreport stats ?

    Hi guys I'm trying to understand the output from .rtreport info. I wrote a bash script to just grab the info but noticed on 4 cpu license litespeed, the lsphp5 stats only come attached to one file .rtreport.2 which is cpu #2 right ? .rtreport = cpu #1 .rtreport.2 = cpu #2 .rtreport.3 =...
  5. eva2000

    [solved] Litespeed 4.1.8 - all settings went blank, won't restart ?

    Thanks Lauren, turns out problem was /usr partition hit 100% usage and litespeed didn't like that heh maybe litespeed can be smarter and check /usr disk usage and email administrator set email when it hits a threshold i.e. 90% :)
  6. eva2000

    [solved] Litespeed 4.1.8 - all settings went blank, won't restart ?

    Working on a Litespeed 4.1.8 Enterprise server and edited some settings as usual. But didn't restart litespeed yet. Then when I went to double check my settings BEFORE restarting, the next page load had all settings from all areas of Litespeed control panel being blanked out ?? What happened...
  7. eva2000

    Terrible Lag

    Yeah you have to be careful with plugins which call/alter vB tables such as post, thread, user, session especially for large forums with large associated tables. I've seen plugins as such which when enable immediately crash large forums as there's no proper indexing on the queries coded within...
  8. eva2000

    Terrible Lag

    which plugin was that ?
  9. eva2000

    Terrible Lag

    Hey guys :) Just noticed your very large small/medium file cache total and size limits in 1.9GB and 5M sizes respectively, maybe that has some bearing ? Tried reducing them back to defaults ? Also lsphp5 app max idle time you have it set to 10, not good for xcache usage at least, try setting it...
  10. eva2000

    Configuring PHP

    Off duty so not at work (vB) :) Just a few quick comments before other folks chime in. 1. Connection and Keep Alive time outs too low. If you're getting gateway timeout 50x errors, it could be a combination of both MySQL backend lag (table locking, slow queries) + too short timeout values -...
  11. eva2000

    Using LiteSpeed Cache with Wordpress & WP-Super Cache

    Hey George :) yes litespeed web server has inbuilt static file caching already out of the box Litespeed cache is more for php caching that static file.
  12. eva2000

    LiteSpeed, wordpress, W3TC, CDN and minified CSS/JS.

    If you're using an origin pull CDN like maxcdn, add in w3tc advanced cdn custom file list this line will CDN host your minified CSS/JS files
  13. eva2000

    Too EAProc WaitQ

    Prince, I use litespeed vps edition on my wordpress blog as well definitely install wordpress plugin w3 total cache, of course with litespeed in use you can disable w3 total cache's options for http gzip file compression in browser cache. Any reason you set the small file and mmap cache sizes...
  14. eva2000

    php segfaults, on 2x litespeed 4.0.20 web servers

    both web servers exact same phpinfo but i decided to manually compile via litespeed admin console PHP 5.3.4 with memcached and eaccelerator checkbox checked and these options and no more seg faults but seems client had edited some vB class_datastore.php init.php files which made memcached...
  15. eva2000

    php segfaults, on 2x litespeed 4.0.20 web servers

    Also is it okay to just recompile php via litespeed admin console so that php versions are mismatched ? i.e. litespeed admin console has PHP 5.3.4 available. while leaving easyapache at PHP 5.3.5 ?
  16. eva2000

    php segfaults, on 2x litespeed 4.0.20 web servers

    I'm working with a clients' new 2x load balanced web servers WHM 11.28.83 CENTOS 5.5 x86_64 standard Litespeed 4.0.20 I ensured easyapache integration was enabled and ran easyapache to update from PHP 5.2.13 to 5.3.5 unselected CGI in php and tried with eaccelerator enabled and also with it...
  17. eva2000

    Pure litespeed server (no apache) fancyindex options ?

    Thanks guys bit late on reply :)
  18. eva2000

    vBulletin Guest Cache with LiteSpeed

    Thanks for thank NiteWave reminded me you'd have to enable the plugin for it to work so plugin active from 0 to 1 - see http://vbtechsupport.com/127/ so from <plugin active="0" executionorder="1"> <title>Send X-Accel-Expires header for logged in users</title>...
  19. eva2000

    Litespeed cache + vB + vBSEO conflicts/issues ?

    Haven't had the chance to test this yet (busy with clients), hopefully someone else can. Looks like litespeed has 4.0.20 out with further improvements in cache function http://www.litespeedtech.com/support/forum/showthread.php?t=4741
  20. eva2000

    Litespeed vBulletin index.php benchmarks - Part 1

    yeah vb cookie prefix needs setting for your specific forum :)
Top