aaPanel_Jose yeah ...thanks
aaPanel 6.7.8 released on 24 July 2020
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.
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
aaPanel_Jose
from 6.7.6 or 6.7.7 to 6.7.8 then get that issues