WARNING: Name servers software versions are exposed:"PowerDNS Authoritative Server 4.1.11"
aaPanel 6.7.8 released on 24 July 2020
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