I can't open Server Audit with PHP Fail. I don't know what to do. I tried it in Chrome and Firefox. My test site is installed on a subdomain with cPanel using PHP 8.1.
I changed the functions options and can now view the server audit. Here are the findings:
disable_functions = symlink,exec,popen,system,dl,passthru,escapeshellarg,show_source,pcntl_exec - FAIL (must be without shell_exec,eval,assert,phpinfo,getenv,ini_set,fsockopen,chmod,parse_ini_file,readfile,escapeshellcmd,fput,popen)
PHP accelerator = - WARNING (The script can be much faster if you install some PHP accelerator)
Server-side content compression - ...
To apply this optimization you need to have deflate_module - FAIL (you will need to install deflate_module for Apache)
I have been able to resolve everything. It says PHP is okay now. The only thing it mentions is the deflate_module. But I used multiple tools to confirm my server is using Brotli compression resulting in 75% speed savings. Thanks for the help.
You will find an error in the log that causes this. Do you have the shell_exec function enabled?
C
I just enabled that. I am now looking for the log location. I don't see an error log anywhere. I just enabled error logging. It was shut off.
use FTP, there you will find the Logs folder
C
I changed the functions options and can now view the server audit. Here are the findings:
Here you have what and how it needs to be set and deflate_module must also be installed on the server
https://unacms.com/wiki/Requirements
C
I have been able to resolve everything. It says PHP is okay now. The only thing it mentions is the deflate_module. But I used multiple tools to confirm my server is using Brotli compression resulting in 75% speed savings. Thanks for the help.
Yes, Brotli can also be used; I already mentioned it in another thread. You're very welcome; I'm glad I could help.