• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved add auth_basic for apache

GUI > Tools & Settings > General Settings > Apache Web Server Settings > check "auth_basic" > Click "OK".
 
Isn't work. No auth_basic in phpinfo.
PHP 5.6.29 by OS Vendor -> App FastCGI

PHP 5.6.29 by OS Vendor -> App FPM

Only when I turn on PHP as apache Module, auth_basic working.
 
I am sorry, I obviously did not understand the question correctly. I am not aware of any setting by that "auth_basic" can or needs to be activated to be used with PHP. It is a web server module, not a PHP module. I assume that it is not displayed on the PHP info page, because it is not a PHP module. Neither am I aware that PHP documentation requires any kind of "auth_basic" activation, link or something. Is this what you want to use it for? http://php.net/manual/en/features.http-auth.php
 
Back
Top