nethubonline
Regular Pleskian
Hi,
I want to disable PHP and do not let user to enable it in Plesk. Although I have set the plan to disable all PHP and set php = off in site_isolation_settings.ini , but user can still enable PHP. Please help and fix.
Environment:
Plesk Obsidian Version 18.0.27 Update #1
Windows 2016 Standard
How to duplicate:
I want to disable PHP and do not let user to enable it in Plesk. Although I have set the plan to disable all PHP and set php = off in site_isolation_settings.ini , but user can still enable PHP. Please help and fix.
Environment:
Plesk Obsidian Version 18.0.27 Update #1
Windows 2016 Standard
How to duplicate:
- fresh install a Plesk with PHP 7.4
- plesk bin service_plan -c "Testing Plan" -manage_phosting true -allow_insecure_sites false -php false -manage_php_version false -manage_php_settings false -asp true -asp.net true
- plesk bin customer --create test.com -name test.com -passwd "abc1234@XYZ"
- plesk bin subscription --create test.com -owner test.com -service-plan "Testing Plan" -login test -passwd "abc1234@XYZ" -ip 1.2.3.4
- Open C:\Program Files (x86)\Plesk\admin\conf\site_isolation_settings.ini , edit as
[hosting]
cgi = off
php = off
php_handler_type = any
php_safe_mode = any
- Login as test.com > Websites & Domains > Hosting & DNS > Hosting Settings , you can see CGI is hidden successfully, but PHP still showing
- Websites & Domains > PHP Settings , you can also see PHP can be enabled here