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?
aaPanel 6.7.8 released on 24 July 2020
- Edited
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
alvino
Why is it necessary to distinguish?
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
alvino
Thanks for your reminder, let us check this issue
aaPanel_Jose yeah ...thanks
showrov20 Free Edition,The acceleration effect is 30%,Upgrade to Enterprise Edition to 100%,i can upgrade
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.
TheWormsUnited FULL AGREE! free always win
KrzysztofMaciejewski
i dont agree always free has limits
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.
@aaPanel_Jose
hello, after update to latest version of aaPanel, the php code create file & folder as root owner, not www.
jazz1611
You mean public not www? You can always CMOD the directory
JAY
This problem has been fixed, please reinstall it
- Edited
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.