• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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