Recent content by fw2ty

  1. F

    HSTS not working

    I managed to fix it, so I will leave the answer here if anyone else has the same problem. I am using WordPress installation on Google Cloud Platform, so I had to add the header to wordpress Virtual Host instead of Example Virtual Host I was adding it to previously. On the screenshot below...
  2. F

    HSTS not working

    Hello everyone, I tried to add HSTS to my website but it seems to not be working. Since I'm not using cPanel or Plesk I tried the method shown in "Using LSWS-Native Configs" section here: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:hsts-setup After a graceful...
  3. F

    Upgrading PHP from 7.3.22-1+focal to 7.4

    Thank you so much! The problem I had was that I was not able to go to port 7080(endless loading), but there was a command inside your document that helped: ufw allow 7080
  4. F

    Upgrading PHP from 7.3.22-1+focal to 7.4

    Thank you for your answer. I wasn't previously able to go to port 7080, but the document inside the first comment helped me, specifically this command: ufw allow 7080
  5. F

    Upgrading PHP from 7.3.22-1+focal to 7.4

    Hello everybody, I am running a WordPress website using Google Cloud Platform OpenLiteSpeed deployment. Since PHP 7.4 is out, I would like to upgrade. I have tried running sudo apt update and sudo apt upgrade and it resulted in my PHP version updating from v7.3.17-1+focal to 7.3.22-1+focal. How...
Top