• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Password protected directories unreliable

F

fastdrive

Guest
I've noted that the function to create password protected directories is working unreliably.
When creating new directories through Plesk, it is ok. But if I protect a directory that is already existing, it doesn't work or works with big delays.
Manually using .htaccess files locks the dirs immediately.
 
Plesk puts configuration for protected directories directly into the httpd.include file and not a .htaccess file. This means that the configuration won't take effect until httpd reloads (up to 15 mins with default Plesk setting). However, changes to the usernames and passwords on a directory that already has protection working should take effect immediately.

Force a manual reload by executing apachectl graceful at a root shell.
 
Back
Top