Search results

  1. J

    IE11 SSL not working even with ECDHE-RSA-AES128-SHA enabled

    Thanks for the info! I'm a little afraid to update anything on the current server since I didn't build it so will speed up my plans to build a fresh one myself.
  2. J

    IE11 SSL not working even with ECDHE-RSA-AES128-SHA enabled

    Hi, A customer with IE11 / Windows 8 is asking for SSL support. So I followed the instructions from this page: https://docs.litespeedtech.com/cp/cpanel/tunings/ My Apache Global Configuration SSL Cipher Suite was AES256+EDH so I updated it to AES256+EDH:ECDHE-RSA-AES128-SHA to enable old...
  3. J

    [Resolved] Apache Style configurations -> Directory with AddType not working?

    A static context worked great, many thanks!
  4. J

    [Resolved] Apache Style configurations -> Directory with AddType not working?

    Hi, I have a LS + CageFS (no control panel) and Config > Virtual Host > Rewrite redirects domain.com to a subfolder in a user's web root: /home/user/www/domain.com In Config > Virtual Host > General > Apache Style Configurations, AddType is able to switch to PHP 5.5 for domain.com: AddType...
  5. J

    LiteSpeed admin 508'ing when Cloud Linux set to CageFS, invalid path to lsadm home?

    That fixed it, thanks NiteWave! cagefsctl --enable-all was adding lsadm and a few other system accounts. So CloudLinux does not seem to be respecting /etc/login.defs UID ranges. So will stop using --enable-all and use --enable for each user account instead. This older thread may have had the...
  6. J

    LiteSpeed admin 508'ing when Cloud Linux set to CageFS, invalid path to lsadm home?

    Hi, I have a dev server with LiteSpeed 5.0.9, Cloudlinux 7.1 with CageFS, no control panel, ran cagefsctl --force-update If I set LS Admin Configuration > Server > Cloud Linux to LVE and restart, there are no issues and LS Admin loads fine. If I set Cloud Linux to CageFS, then LS Admin will...
  7. J

    PHP shared modules vs compiling into PHP, any performance difference?

    Anyone know if there is any performance difference between compiling PHP modules into PHP versus as a shared .so module that is loaded via the php.ini? Would suEXEC Worker mode make a difference in this, since it creates new PHP processes instead of forking them? Am wondering if it is worth it...
Top