• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue php = off in site_isolation_settings.ini not working

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:
  1. fresh install a Plesk with PHP 7.4
  2. 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
  3. plesk bin customer --create test.com -name test.com -passwd "abc1234@XYZ"
  4. plesk bin subscription --create test.com -owner test.com -service-plan "Testing Plan" -login test -passwd "abc1234@XYZ" -ip 1.2.3.4

  5. 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

  6. Login as test.com > Websites & Domains > Hosting & DNS > Hosting Settings , you can see CGI is hidden successfully, but PHP still showing
    screenshot.2078.jpg
  7. Websites & Domains > PHP Settings , you can also see PHP can be enabled here
    screenshot.2079.jpg
 
Hello,
This issue is confirmed as PPPM-12020 and would be fixed in upcoming Plesk updates. Thank you for reporting it!
 
Back
Top