Search results

  1. eva2000

    What am I missing to enable multi-SSL certificates for RSA/ECDSA in LSWS 5.4 ?

    Ok tried with .rsa too and still h2load fails testing LSWS 5.4 with multi-ssl cert enabled. Note same SSL certs used on nginx work for both RSA/ECDSA so rules out RSA cert issues. rsa cipher failed h2load -n100 -c100 -t1 -T5 -m10 --ciphers=ECDHE-RSA-AES128-GCM-SHA256 -H 'Accept-Encoding...
  2. eva2000

    What am I missing to enable multi-SSL certificates for RSA/ECDSA in LSWS 5.4 ?

    Yeah the HTTP/1.1 fall back is being discussed here https://github.com/http2benchmark/http2benchmark/issues/7 apparently there's an option in LSWS that disables HTTP/2 for localhost but trying <autoDisableHttp2>0</autoDisableHttp2> still shows h2load rpm version using HTTP/1.1 and not HTTP/2...
  3. eva2000

    What am I missing to enable multi-SSL certificates for RSA/ECDSA in LSWS 5.4 ?

    In LSWS 5.4 i have enabled multi-SSL certificates httpd_config.xml set with <sslEnableMultiCerts>1</sslEnableMultiCerts> <tuning> <eventDispatcher>best</eventDispatcher> <maxConnections>100000</maxConnections> <maxSSLConnections>100000</maxSSLConnections>...
  4. eva2000

    smProcessReq() last state: HSPS_HKPT_HTTP_AUTH ?

    Cheers @mistwang :)
  5. eva2000

    smProcessReq() last state: HSPS_HKPT_HTTP_AUTH ?

    When i do a graceful restart of litespeed enterprise 5.3.2 Build 1 i see warnings like smProcessReq(): last state: HSPS_HKPT_HTTP_AUTH, current state: HSPS_HANDLER_PROCESSING, ret=-1! in the logs I sometimes see 2018-11-03 16:22:35.959508 [INFO] [xxx.xxx.xxx.xxx:13748] Status 400: Bad...
  6. eva2000

    lscache: Cannot open file: Permission denied at bin/pkgacct.pl line 1501

    On a whm/cpanel based server the configured and enabled cpbackup process, I see the following error below in cpbackup log i.e. /usr/local/cpanel/logs/cpbackup/1498701601.log /home/username/lscache: Cannot open file: Permission denied at bin/pkgacct.pl line 1501.[2017-06-29 02:15:32 +0000] Done...
  7. eva2000

    Litespeed HTTPS with cPanel

    cheers thanks George :)
  8. eva2000

    Litespeed HTTPS with cPanel

    Hi George, yup I know and usually doesn't matter as litespeed would negotiate whether to use spdy or http/2 with the browser appropriately. Just curious how one would disable SPDY in litespeed without having to setup a listener and/or vhost in litespeed admin console.
  9. eva2000

    Litespeed HTTPS with cPanel

    For cPanel + Litespeed HTTPS configurations using cPanel autossl issued comodo ssl certificates, is it possible to disable SPDY protocol and only use HTTP/2 without having to create in Litespeed admin console a specific secure ssl listener on port 443 and/or a admin console specific vhost entry...
  10. eva2000

    HTTPoxy Mitigation for Litespeed 4.2.x users ?

    @Michael A @mistwang @NiteWave For folks stuck or sticking with Litespeed 4.2.x, best way of mitigating HTTPoxy would be to ?
  11. eva2000

    Recommended opcode other than APC?

    from PHP PECL git repository https://git.php.net/?p=pecl/caching/apc.git;a=summary it's the default master version
  12. eva2000

    Recommended opcode other than APC?

    Usually for php opcode caching Zend Opcache > APC Cache > Xcache For PHP <=5.4 I use either Zend Opcache 7.0.4 or APC Cache 3.1.3 For PHP =>5.5 I use either Zend Opcache 7.0.4 or APC Cache 3.1.15-dev (which supports >PHP 5.5 versions)
  13. eva2000

    Memory I/O Buffer 60M

    hover over the settings name, will give you info on when you should raise it i.e. http://vbtechsupport.com/2256/ :)
  14. eva2000

    [Resolved] PHP 5.5.6 Install Fails on APC

    You need newer APC version than 3.1.9. For PHP 5.3 and 5.4 I use APC 3.1.13 works fine for me. For PHP 5.5 APC 3.1.15-dev is only version that works for me with PHP 5.5.x. Unfortunately APC SVN trunk seems to no longer exist. But I have a saved copy I use of APC 3.1.15-dev renamed as APC 3.1.13...
  15. eva2000

    More Benchmarks! LSWS vs. Apache and nginx with PHP hello world

    Thanks Michael much better clarification of all options :)
  16. eva2000

    More Benchmarks! LSWS vs. Apache and nginx with PHP hello world

    thanks for sharing Been a while, terminology wise, LiteSpeed Enterprise workergroup is the default out of box PHP setup right as suEXEC daemon mode needs to specifically enabled ? How does adding APC Cache 3.1.13+ or Xcache change things I wonder ? PHP tests part 2 worthy ? ;)
  17. eva2000

    New LSWS vs. nginx vs. Apache Benchmarks! Feedback thread.

    yeah was surprised different ApacheBench versions resulted in differences as well Looking forward to more benchmarks from you folks - preferably at higher concurrency levels at which LiteSpeed starts to really show it's worth :)
  18. eva2000

    New LSWS vs. nginx vs. Apache Benchmarks! Feedback thread.

    Nice benchmarks ! Curious as you're using ApacheBench, which version of ApacheBench was used as i see your logs have ./ab_new ?? I ask as from my limited testing last year with ApacheBench, the version used can make a difference i.e ApacheBench included with Apache 2.4.x is faster than...
  19. eva2000

    Rate limiting bots ?

    What's the best way to rate limit rather than block bots by user agents from within admin console ? i.e. bingbot/2.0 Baiduspider/2.0 BoardReader/1.0 omgilibot/0.4 Sogou web spider/4.0
  20. eva2000

    LS 4.2.4 + APC Cache weirdness ?

    Cheers.. switching to suexec daemon mode seem to have got web2 APC Cache working http://blog.litespeedtech.com/2012/09/11/lsws-4-2-introduces-php-suexec-daemon-mode/ :) Strange that web1 would work with APC and it isn't using suexec daemon mode and file comparison of both web1 and web2 are...
Top