Come lo crei il file htpasswd?
Fai questa prova, loggati usando carlo200 come password. Se entra, la password è stata cryptata con crypt che prende i primi 8 caratteri (strano però, md5 dovrebbe essere di dafault...):
http://httpd.apache.org/docs/2.4/mis...cryptions.html
http://httpd.apache.org/docs/current.../htpasswd.html
When using the crypt() algorithm, note that only the first 8 characters of the password are used to form the password. If the supplied password is longer, the extra characters will be silently discarded.
Ricrea il file usando il parametro -m (md5) o -s (sha)
codice:
htpasswd -c -m /etc/apache2/sites-available/.htpasswd carlo2002