• 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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