Search results

  1. eva2000

    vBulletin Guest Cache with LiteSpeed

    thanks fixed.. but still index.php ain't caching on my vB 3.8.6 PL1 install i commented out #RewriteCond %{HTTP_HOST} !^www\.domain\.com$ #RewriteRule /forum/(.*)$ http://www.domain.com/forum/$1 [R=301,L] is that okay ? accessing via 192.168.56.101 ?
  2. eva2000

    vBulletin Guest Cache with LiteSpeed

    test both test.php vs testnocache.php and hello.php vs hellonocache.php and litespeed cache/rewrite works fine ab -k -n 10000 -c 10 192.168.56.101/hello.php This is ApacheBench, Version 2.0.40-dev <$Revision: 1.146 $> apache-2.0 Copyright 1996 Adam Twiss, Zeus Technology Ltd...
  3. eva2000

    vBulletin Guest Cache with LiteSpeed

    Okay as NiteWave requested i tried removing CacheRoot /lscache/ from httpd.conf and only use litespeed admin console set /lscache for cache path and now ndex.php isn't cached but test.php is still cached. logged out of forums with cookies deleted index.php firefox firebug reported headers for...
  4. eva2000

    Litespeed vBulletin index.php benchmarks - Part 1

    Just installed vB 3.8.6 PL1 test forum on test server to benchmark Litespeed v4.0.19. Only testing the front vB index.php page first. Results are very much bottlenecked by MariaDB 5.2.4 MySQL server connection unlike standalone test.php or test.txt static file testing already done. Summary...
  5. eva2000

    Litespeed settings text file output ?

    Is it possible for diagnostic/troubleshooting purposes for litespeed gui/admin console or via commandline to output it's current settings configuration settings to a text file. Would be useful to provide such a text file to support in troubleshooting potential issues :)
  6. eva2000

    vBulletin Guest Cache with LiteSpeed

    Yes same in firefox browser logged in zzimloggedin=yes exists. The /lscache isn't populated even for guest viewing via browser. Will try again and see.
  7. eva2000

    vBulletin Guest Cache with LiteSpeed

    Update trying this on my local test install vB 3.8.6 PL1 at 192.168.56.101/index.php where user prefix cookie in config.php changed from bb to zz. Installed product-boostv1.xml‎ from vbulletin.com blog .htaccess RewriteEngine on #RewriteCond %{HTTP_HOST} !^www\.domain\.com$...
  8. eva2000

    Configuring and testing litespeed cache Part 2

    I see. Will test with higher requests rate in future. I'll install test vB 3.8.6 pl1 forum now for more real life testing :)
  9. eva2000

    phpize compiling xcache, eaccelerator, APC etc

    Decided to try it anyway and followed the outline steps in 1st post above, and installed xcache 1.3.1 on all three for litespeed, nginx and apache using same xcache configuration below just with different paths to xcache.so for litespeed [xcache-common] zend_extension =...
  10. eva2000

    phpize compiling xcache, eaccelerator, APC etc

    phpinfo for litespeed, nginx, apache
  11. eva2000

    phpize compiling xcache, eaccelerator, APC etc

    Since I'm running litespeed 2 cpu license on a test server with php suexec disabled, I want to compare all 3 opcode caches. Just curious am I correct in assuming for litespeed, nginx and apache I'd use their respective phpize locations ? litespeed lsapi = /usr/local/lsws/lsphp5/bin/phpize nginx...
  12. eva2000

    Configuring and testing litespeed cache Part 2

    When you mean multiple runs you mean 2 runs ab & ab 4 runs ab & ab & ab & ab ? Curious as to performance of my virtualbox guest server, so ran Unixbench 5.1.2 as per http://www.webhostingtalk.com/showthread.php?t=924581 to see how it compares. VirtualBox CentOS 5.5 64bit Guest...
  13. eva2000

    Litespeed static file benchmarks - Part 1

    Curious as to performance of my virtualbox guest server, so ran Unixbench 5.1.2 as per http://www.webhostingtalk.com/showthread.php?t=924581 to see how it compares. VirtualBox CentOS 5.5 64bit Guest Xeon W3540 @3408Mhz (Assigned 2 cores only) - linux reports @3375Mhz 64MB allocated GPU memory...
  14. eva2000

    Litespeed static file benchmarks - Part 1

    My inner benchmark demon took over and got a bit side tracked from testing out Litespeed's inbuilt cache feature. LOL I ran these static test.txt file apachebench benchmarks to rule out an a possible server config/environment issue which showed up in cache testing in cache tests part 2 -...
  15. eva2000

    Configuring and testing litespeed cache Part 2

    Not sure if this is directly related, but i also installed nginx 0.8.54 /php-fpm 5.3.5 for comparisons, and it's even worse with nginx, test.php apachebench run with =>200 concurrency, 2nd run already drops from 5500 rps to consistent 330 rps. Looked in my messages log and found heaps of logged...
  16. eva2000

    Configuring and testing litespeed cache Part 2

    Yeah apache at >600 concurrency levels, the cpu utilization is in double digits at end of 5th ab run while litespeed hasn't budged much cpu load wise :D Maybe you need to come up with your own benchmark script called litespeedbench :D Could output cpu utilisation/load + mem usage as well as rps...
  17. eva2000

    Configuring and testing litespeed cache Part 2

    i see, maybe httperf would be better ? i.e. All above results are without any php caching. So maybe also try with xcache and eaccelerator ? Part 3 :D
  18. eva2000

    Configuring and testing litespeed cache Part 2

    Good news Litespeed 4.0.19 fixed the cache settings issue, now test.php gets cached while testnocache.php doesn't get cached with cache policy in 4.0.19 set as per below settings. test.php header view source Content-Encoding gzip Vary Accept-Encoding Date Fri, 21 Jan 2011 20:54:52 GMT Server...
  19. eva2000

    Configuring and testing litespeed cache Part 1

    Good news Litespeed 4.0.19 fixed the cache settings issue, now test.php gets cached while testnocache.php doesn't get cached with cache policy in 4.0.19 set as per below settings. test.php header view source Content-Encoding gzip Vary Accept-Encoding Date Fri, 21 Jan 2011 20:54:52 GMT Server...
  20. eva2000

    4.0.19 + PHP 5.3.5 mail header patch error ?

    Yup that was it Libraries have been installed in: /usr/local/lsws/phpbuild/php-5.3.5/memcache-2.2.6/modules If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use...
Top