postawiłem u siebie apache2 (debian jessie) i do jednego z folderów chciałem zrobić zabezpieczenie na hasło, ale coś hasło się nie pojawia. Męczę się już z tym z pół dnia i brakuje mi pomysłów jak rozwiązać ten problem. Tak więc od początku. Włączyłem moduł auth_digest
Kod: Zaznacz cały
root@dedi-par-63159:/etc/apache2/sites-available$ ls /etc/apache2/mods-enabled/
access_compat.load authn_file.load deflate.load mpm_prefork.conf reqtimeout.load status.conf
alias.conf authz_core.load dir.conf mpm_prefork.load rewrite.load status.load
alias.load authz_host.load dir.load negotiation.conf setenvif.conf
auth_basic.load authz_user.load env.load negotiation.load setenvif.load
auth_digest.load autoindex.conf filter.load php5.conf socache_shmcb.load
authn_core.load autoindex.load mime.conf php5.load ssl.conf
authn_dbm.load deflate.conf mime.load reqtimeout.conf ssl.load
Kod: Zaznacz cały
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /var/www/html/>
Options -Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit, alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Location /test>
AuthType Digest
AuthName "test"
AuthDigestDomain /var/www/html/test/ http://62.*.*.*/test
AuthDigestProvider file
AuthUserFile /etc/apache2/.htdigset
Require valid-user
SetEnv R_ENV "/var/www/html/test"
</Location>
</VirtualHost>
<VirtualHost *:443>
ServerAdmin webmaster@localhost
ServerName 62.*.*.*:443
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/apache.pem
DocumentRoot /var/www/html/
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /var/www/html/>
Options -Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit, alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Location /test>
AuthType Digest
AuthName "test"
AuthDigestDomain /var/www/html/test/ http://62.*.*.*/test
AuthDigestProvider file
AuthUserFile /etc/apache2/.htdigset
Require valid-user
SetEnv R_ENV "/var/www/html/test"
</Location>
</VirtualHost>
sudo htdigest -c /etc/apache2/.htdigset test root
I jeszcze zrobiłem w tym folderze test plik .htaccess, ale i to nic nie dało. Okno logowania w dalszym ciągu się nie pojawia i po http i po https