Search results

  1. eva2000

    Litespeed cache + vB + vBSEO conflicts/issues ?

    not yet, been a bit busy lately but will get back to testing soon Thanks .. will try later on... been a bit busy :o
  2. eva2000

    Litespeed cache + vB + vBSEO conflicts/issues ?

    Thanks i think this is same as the code you set me last time (that didn't work right). Will test this again :)
  3. eva2000

    Pure litespeed server (no apache) fancyindex options ?

    thanks i read that and still not sure, how do i make it so that directories without index page list contents but with named column extended to the character width of the file name (apache NameWdith=*) and descriptions column is hidden/removed ?
  4. eva2000

    Pure litespeed server (no apache) fancyindex options ?

    On a pure litespeed only web server, is there an equivalent for apache's fancyindex options as follows ? IndexOptions FancyIndexing HTMLTable VersionSort NameWidth=* SuppressDescription
  5. eva2000

    Litespeed cache + vB + vBSEO conflicts/issues ?

    NiteWave asked me to try this htaccess for vBSEO + litespeed cache, while it works to allow vBSEO to function, litespeed isn't caching the pages...
  6. eva2000

    Litespeed cache + vB + vBSEO conflicts/issues ?

    Thanks to Mert over at vBSEO, I got a test license installed on local server, from what I can see, this is what is happening. vBulletin varnish xml plugin has extra code to assign custom cookies to members and guests (session prefix + imgloggedin yes) and also code to strip guest visitors of the...
  7. eva2000

    vBulletin Guest Cache with LiteSpeed

    Use firefox browser + firebug addon + firecookie addon, to view your site you are testing. On the cookie tab in firebug check to see you don't have any cookies set on the page you are trying to cache/test/check for cache hit header. If you have cookies set use firecookie to remove all cookies...
  8. eva2000

    vBulletin Guest Cache with LiteSpeed

    not entirely sure but tried vbseo last line like this ? RewriteRule ^(.+)$ vbseo.php [L,QSA,E=Cache-Control:max-age=120]
  9. eva2000

    Litespeed test.php benchmarks - Part 2 - Apache + Varnish vs Litespeed Cache

    Updated first post table. Ended up with these litespeed settings which pushed out >28k requests per second!
  10. eva2000

    Litespeed test.php benchmarks - Part 2 - Apache + Varnish vs Litespeed Cache

    Guess still running up against limits in centos/server need more tuning defaults (left) vs raised process limits (right) will have to re-test soon.
  11. eva2000

    Litespeed test.php benchmarks - Part 2 - Apache + Varnish vs Litespeed Cache

    Litespeed folks confirmed it was a memory leak in 4.0.19. They have patch fixed the leak and new 4.0.19 downloads will be memory leak free. Redoing the above test with 4.0.19 fixed version results in some improvements. Updated above table for re-run with fixed 4.0.19 version. Looks like lower...
  12. eva2000

    Litespeed test.php benchmarks - Part 2 - Apache + Varnish vs Litespeed Cache

    Doh I made a mistake, I didn't actually do the above tests against static test.txt file but against test.php file which contained <?php header('CurrentTime: '.gmdate('D, d M Y H:i:s', time()).' GMT',true); echo "time()=" . time() . "<br>"; echo "date()=" . date(DATE_RFC822) ."<br>"; ?> so...
  13. eva2000

    Litespeed vBulletin index.php benchmarks - Part 1

    Thanks. Looks like after wordpress + litespeed cache, vB + vBSEO + litespeed cache would be next on my list of things to conquer as alot of the private clients including myself use vBSEO with vB. I finally managed to get Varnish VCL tuned to work with vBulletin 3.8.6 PL1 as well, so updated the...
  14. eva2000

    [Solved] Import from Apache

    might help http://www.litespeedtech.com/support/forum/showthread.php?t=4592
  15. eva2000

    Litespeed test.php benchmarks - Part 2 - Apache + Varnish vs Litespeed Cache

    Correction: below tests were incorrectly done in that it wasn't actually static test.txt file tests continuance of Part 2 text.txt at http://www.litespeedtech.com/support/forum/showthread.php?t=4603 but in fact tested php file test.php. For Part 2, revisiting test.php for some Apache + Varnish...
  16. eva2000

    Litespeed vBulletin index.php benchmarks - Part 1

    :: Jan 28th, 2011: Correction to findings I have to revise my findings a bit for Nginx in above tests. The failed requests seem to be from content length varying between apachebench requests and not due to failure requests related to connections/exceptions errors. Content length varies due to...
  17. eva2000

    Litespeed vBulletin index.php benchmarks - Part 1

    Torture testing Litespeed Inbuilt cache against vB 3.8.6 PL1 front index.php page with apachebench at: 5000 concurrency level + 1 million requests (virtualized server allocated 1GB memory) - cache timeout was set at 120 seconds but test run lasted 127.45 seconds, so the tail end caught some...
  18. eva2000

    vBulletin Guest Cache with LiteSpeed

    Litespeed inbuilt cache feature test for vBulletin index.php page, up to 721x times faster than apache and 91x times faster than litespeed alone http://www.litespeedtech.com/support/forum/showthread.php?p=23183#post23183 :D
  19. eva2000

    Litespeed vBulletin index.php benchmarks - Part 1

    With some help from Litespeed folks, got litespeed's inbuilt cache feature setup to work with vBulletin's boost/varnish plugin - basically just import/install product-boostv1.xml‎ on your vB 3.8.x or vB 4.0.x forums and setup Litespeed cache options in Litespeed admin console and drop in some vB...
  20. eva2000

    vBulletin Guest Cache with LiteSpeed

    changed it to below seems to be working! RewriteEngine on RewriteRule test.php - [E=Cache-Control:max-age=45] RewriteRule hello.php - [E=Cache-Control:max-age=45] #RewriteCond %{HTTP_HOST} !^www\.domain\.com$ #RewriteRule /forum/(.*)$ http://www.domain.com/forum/$1 [R=301,L] RewriteCond...
Top