Recent content by demyx

  1. demyx

    vhost context phpIniOverride not being enforced

    @meramsey scratch that, you don't need to reboot the server. Running pkill lsphp does the trick.
  2. demyx

    vhost context phpIniOverride not being enforced

    @meramsey after some testing, I've found out that adding a custom .ini file in /usr/local/lsws/lsphpxx/etc/php/x.x/mods-available and then rebooting the server will make the changes have an effect. So far this is the only way to disable some php functions at the moment.
  3. demyx

    Which environment variables to use?

    Thanks, I ended up using LSAPI_ days ago.
  4. demyx

    Which environment variables to use?

    There are two prefixes that OLS uses, I'll be using one of my vhost external app's config: PHP_LSAPI_MAX_REQUESTS=5000 PHP_LSAPI_CHILDREN=35 LSAPI_CHILDREN=35 LSAPI_MAX_IDLE_CHILDREN=11 LSAPI_AVOID_FORK=0 LSPHP_ENABLE_USER_INI=on Which one is recommended for OLS? LSAPI_ or PHP_LSAPI_? Or does...
  5. demyx

    Recommended configs for WordPress?

    I was asking about recommended configs because I was building an OLS Docker image: https://github.com/demyxco/openlitespeed.
  6. demyx

    Recommended configs for WordPress?

    Thanks for the reply, I've decided to go with these after some testing: perClientConnLimit { staticReqPerSec 50 dynReqPerSec 50 outBandwidth 0 inBandwidth 0 softLimit...
  7. demyx

    Recommended configs for WordPress?

    Hi everyone, I just started using OLS the other day and couldn't find any resources out there for recommend WordPress configurations for tuning, security, etc. For example on perClientConnLimit and lsrecaptcha, I have these: perClientConnLimit { staticReqPerSec 50...
Top