LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   Bug Reports (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=9)
-   -   Plesk password protected directories does not work (http://www.litespeedtech.com/support/forum/showthread.php?t=3916)

[QT]bender 03-27-2010 12:51 AM

Plesk password protected directories does not work
 
Plesk 9.0.1
Litespeed 4.0.13
CentOS 5 (Final)

Using Plesk control panel customer creates protected directory(e.g '/diary'). Plesk modifies 'httpd.include' config and add section:

Code:

<Directory "/var/www/vhosts/domain.com/httpdocs/diary">
                AuthType Basic
                AuthName "Secure area"
                AuthUserFile /var/www/vhosts/domain.com/pd/d..httpdocs@diary
                require  valid-user
        </Directory>

But litespeed seems like ignore this configuration section and auth does not work.

Everything works fine if we add auth code to .htaccess file.


All times are GMT -7. The time now is 06:58 AM.