• Official
  • aaPanel 6.7.8 released on 24 July 2020

@aaPanel_Jose

WARNING: Name servers software versions are exposed:"PowerDNS Authoritative Server 4.1.11"

15 mints back i installed website speed all in chinese

    KrzysztofMaciejewski
    Yes my friend, I just dont understand why people even use the paid service with so many other solutions for free.

    JAY
    Yes and no. Depends on the usage of the service you are provided with. I would always go for Open Source first, those will always be free to use. If such software does not exist in free (Open Source) yeah a paid edition of course, on that matter I do agree.

    jazz1611
    I just tested it and there is no problem, please check if your php running user is www

    <?php
    $myfile = fopen("newfile.txt", "w") or die("Unable to open file!");
    $txt = "test";
    fwrite($myfile, $txt);
    fclose($myfile);
    ?>

      all site/file/folder are running user is www. after update latest version and get that issues

      TheWormsUnited
      no, that is owner like chown.

      aaPanel_Jose
      other panel update and it execute file with 666 permission.

        aaPanel_Jose so the catche plugin is for nginx only or it works with apache too? And if I use ols then I have to use ls cache? And which is better ? Ols+ls cache or nginx+aapanel caching plugin

        15 days later