Search results

  1. MitchellKrog

    Enable opcache php 8.0.7 (OLS 1.7.11)

    Is there a trick to enabling Zend Opcache with PHP8 ? the moment I uncomment the zend_extension line in php.ini I get 503 2021-10-01 16:44:03.920805 [NOTICE] [873781] sendKillCmdToWatchdog: 'extappkill:873819:-3:0'. 2021-10-01 16:44:03.920828 [NOTICE] [873778] Cmd from child...
  2. MitchellKrog

    [SOLVED] OLS 1.7.11 compile PHP8 --enable-memcache (Arch Linux)

    [SOLVED] For Arch Linux which I use sudo pacman -S php-memcached Edit /usr/local/lsws/lsphp8/lib/php.ini Add extension=/usr/lib/php/modules/memcached.so Restart OLS - Make sure you already have the LSMCD installed ======================= Struggling to get PHP8 to compile in OLS with...
  3. MitchellKrog

    Rewrite rules (.htaccess) not working as per examples

    Hi all As per this page >https://openlitespeed.org/kb/access-control/ RewriteCond %{HTTP_USER_AGENT} !.*google.* [NC,OR] RewriteCond %{HTTP_USER_AGENT} !.*Bing.* [NC] RewriteRule sitemap.xml$ - [F,L] This rewrite rules block everything, even if I pass google as a referrer it doesn't work...
Top