• Official
  • aaPanel 6.7.8 released on 24 July 2020

aaPanel_Jose My website appears when I install Nginx. Again, when I run Apache, the website is no longer visible. What could be the reason?

    showrov20
    I reproduced this problem according to your method and it is currently being fixed

    update:

    This problem has been solved. If the webserver you are using is apache, please install memcache and it will run normally

      aaPanel_Jose
      Because it looks different, for example using WPTouch, WordPress Mobile Pack and others. The display for mobile and desktop will be different, if cannot cache separately the mobile user will see a desktop display that has a lot of content. Usually mobile themes only display the latest posts so as to make mobile users load quickly.
      I use Nginx + Wordpress

      Like this example LScache plugin for wordpress

        showrov20
        Is it trully necessary to upgrade to a Enterprise Edition on that? I would do that, if really I was in need tho... Otherwise I would leave it as it is. Fast deployment its also due fast server cores and memory, types of disk, etc. I never had a need to use Paid editions in several of my projects, unless, its stricly necessary to boost things up because its "laggy" or so. Just my opinion.

          @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.