Recent content by MitchellKrog

  1. MitchellKrog

    Enable opcache php 8.0.7 (OLS 1.7.11)

    Thank @Cold-Egg I was running in an Arch Linux environment with the openlitespeed-bin from the AUR but have since redone the server to Ubuntu which has easier access to the APT packages.
  2. 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...
  3. 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...
  4. MitchellKrog

    Rewrite rules (.htaccess) not working as per examples

    Thanks @Cold-Egg I did resolve this and tried to edit my post but it had not been approved yet. For others who find this post. I was adding the rules between <IfModule mod_rewrite.c> </IfModule> instead I found it had to be between <IfModule LiteSpeed> </IfModule> For anyone seeking a...
  5. 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