[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#990853: Problem with Directory directive



Le 09/07/2021 à 13:12, Stadtsholte, Ingo a écrit :
> Package: apache2
> 
> Version: 2.4.38-3+deb10u4
> 
>  
> 
> After minor updating my Apache Installation to the above Version,
> AuthType in Directory directive only affects to DirectoryIndex, not to
> all other files/subdirectories
> 
>  
> 
> <Directory /var/www/html>
> 
>   AuthType GSSAPI
> 
>   require valid-user
> 
>   DirectoryIndex index.php
> 
> </Directory>
> 
>  
> 
> Authentication works when I call https://myserver/ <https://myserver/>
> but do not work anymore when I call https://myserver/index.php
> <https://myserver/index.php>

Hi,

it's not a bug, use <Location /> when using an external file handler
(like php-fpm)

> Other problems I had after that update: I had to enable some modules via
> a2enmod. 3 weeks earlier the modules were automatically enabled and the
> AuthType works for the whole directory

Could you give more details ?


Reply to: