Search results

  1. A

    php getevn problem

    `getenv` and `$_SERVER` are two different ways to access environment variables in PHP. It's unusual for `getenv` to not work while `$_SERVER` does, as both methods are commonly used and should retrieve the same value for the `HTTP_HOST` variable. However, there could be some specific...
  2. A

    phpredis with LZ4 support on an M1 Mac

    The PHP Redis extension does not have built-in support for LZ4 compression. The `--enable-redis-lz4` flag in the `./configure` command refers to using the system's liblz4 library instead of the bundled version. If you have installed the php-ext-lz4 extension successfully and it shows up in the...
  3. A

    Does LSCache take over all caching duties from Drupal?

    LSCache can handle most Drupal caching needs, such as page caching and object caching. Memcached is still available for session caching and APCu is still available for bootstrap, configuration, and discovery cache bins. The combination of LSWS, LSCache, Memcached, and APCu can significantly...
  4. A

    Litespeed Hosting and Cpanel addon domain question

    If you're looking for a reliable LiteSpeed hosting company, I highly recommend using the Devrims Managed Cloud Hosting platform. Because while providing the best user experience on LiteSpeed servers. I have been using it for two years and I can proudly say they offer the most reliable hosting on...
Top