Frohes neues an alle!!!
Hier mein Problem
möchte gerne eine .htaccess PW-Abfrage fürs Root verzeichnis
hier die .htaccess
AuthName "PW Index"
AuthType Basic
AuthUserFile C:/Web/Apache/htdocs/.htpasswd
<Limit GET>
require valid-user
</Limit>
Options -Indexes
und hier die .htpasswd
test:098f6bcd4621d373cade4e832627b4f6
in der httpd.conf hab ich die Directory auf All stehen
<Directory "C:/Web/Apache/htdocs">
#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
Options Indexes FollowSymLinks MultiViews
#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
AllowOverride All
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
Komischer Weise kann ich mich nicht anmelden, dass Login Fenster kommt zwar, aber jegliche eingabe wir einfach ignoriert bzw. ist falsch
Bin schon Betriebsblind geworden. Sind die Konfigurationen richtig???
Der Apache läuft auf einem Windows XP System (bitte keine Post welches OS besser ist)
Wie ihr sehen könnt ist das Password MD5 verschlüsselt.
Muss ich bei Windows explizit eingeben ,dass ich diese Verschlüsselung benutze???
Danke im voraus
Es existiert ein Interesse
an der generellen Rezession der Applikation
relativ primitiver Methoden
komplementär zur Favorisierung
adäquater komplexer Algorithmen.
(warum einfach wenns auch umständlich geht)
Hier mein Problem
möchte gerne eine .htaccess PW-Abfrage fürs Root verzeichnis
hier die .htaccess
AuthName "PW Index"
AuthType Basic
AuthUserFile C:/Web/Apache/htdocs/.htpasswd
<Limit GET>
require valid-user
</Limit>
Options -Indexes
und hier die .htpasswd
test:098f6bcd4621d373cade4e832627b4f6
in der httpd.conf hab ich die Directory auf All stehen
<Directory "C:/Web/Apache/htdocs">
#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
Options Indexes FollowSymLinks MultiViews
#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
AllowOverride All
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
Komischer Weise kann ich mich nicht anmelden, dass Login Fenster kommt zwar, aber jegliche eingabe wir einfach ignoriert bzw. ist falsch
Bin schon Betriebsblind geworden. Sind die Konfigurationen richtig???
Der Apache läuft auf einem Windows XP System (bitte keine Post welches OS besser ist)
Wie ihr sehen könnt ist das Password MD5 verschlüsselt.
Muss ich bei Windows explizit eingeben ,dass ich diese Verschlüsselung benutze???
Danke im voraus
Es existiert ein Interesse
an der generellen Rezession der Applikation
relativ primitiver Methoden
komplementär zur Favorisierung
adäquater komplexer Algorithmen.
(warum einfach wenns auch umständlich geht)
Kommentar