Re: [Stabile] Apache e autenticazione

2016-10-31 Thread Leandro Noferini
Leandro Noferini writes: Dopo qualche prova ho capito che queste righe: > > Options FollowSymLinks > AllowOverride None > Options Indexes FollowSymLinks MultiViews > Order allow,deny > allow from all > Mi impedivano la richiesta di autenticazione pe

Re: [Stabile] Apache e autenticazione

2016-10-31 Thread Luca De Andreis
Ciao, non penso che la rimozione di tutte le direttive sia saggia, identifico il problema nella direttiva allowoverride: When this directive is set to None, .htaccess files are completely ignored. In this case, the server will not even attempt to read .htaccess files in the filesystem. Puo

Re: [Stabile] Apache e autenticazione

2016-10-31 Thread emmanuel segura
AuthType Basic AuthName "Calendari di casa" AuthBasicProvider file AuthUserFile "/etc/apache2/calpass" Require valid-user Il 31 ottobre 2016 18:25, Leandro Noferini ha scritto: > Leandro Noferini writes: > > Dopo qualche prova ho capito che queste ri

Errori con aptitude

2016-10-31 Thread Gabriele Stilli
Ciao, da un po' di tempo aptitude mi sta dando errori, a quanto pare ogni volta che entra in gioco il risolutore automatico: # aptitude install apt Annullato # echo $? 134 Guardando nel BTS, l'unico che mi sembra pertinente รจ questo: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836567 Idee

Re: [Stabile] Apache e autenticazione

2016-10-31 Thread Leandro Noferini
Luca De Andreis writes: [...] > When this directive is set to None, .htaccess files are completely > ignored. In this case, the server will not even attempt to read > .htaccess files in the filesystem. Non mi funziona :-( In /etc/apache2/sites-available/default-ssl.conf