AuthType Basic
AuthName "fritzbox"
AuthUserFile /StorageDevice-Partition-0-1/apache/.htpasswd
require valid-user
testuser:1$a1WfprMFmVu
cat /StorageDevice-Partition-0-1/apache/htdocs/.htpasswd
# cat /StorageDevice-Partition-0-1/apache/htdocs/.htpasswd
cat: /StorageDevice-Partition-0-1/apache/htdocs/.htpasswd: No such file or directory
#
AuthType Basic
AuthName "fritzbox"
AuthUserFile /var/media/ftp/StorageDevice-Partition-0-1/apache/htdocs/.htpasswd
require valid-user
und#
# 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 None
#
# AccessFileName: The name of the file to look for in each directory
# for access control information.
#
AccessFileName .htaccess
#
# The following lines prevent .htaccess files from being viewed by
# Web clients. Since .htaccess files often contain authorization
# information, access is disallowed for security reasons. Comment
# these lines out if you want Web visitors to see the contents of
# .htaccess files. If you change the AccessFileName directive above,
# be sure to make the corresponding changes here.
#
# Also, folks tend to use names such as .htpasswd for password
# files, so this will protect those as well.
#
#<Files ~ "^\.ht">
# Order allow,deny
# Deny from all
# Satisfy All
#</Files>
Das heißt auf verständlich-Deutsch ???Ich würde das aber nicht machen und aus Performanz Gründen den Inhalt deiner .htaccess in eine <directory>-Direktive in die apache.conf übernehmen.
Da liegt doch schon das Problem! Aber ich würde das wie gesagt nicht ändern, da es keinen vernünftigen Grund gibt, warum du das nicht in eine <directory>-Direktive in die apache.conf schreiben kannst. Zitat von http://httpd.apache.org/docs/1.3/howto/htaccess.htmlCheckitout schrieb:Code:AllowOverride None
In general, you should never use .htaccess files unless you don't have access to the main server configuration file. There is, for example, a prevailing misconception that user authentication should always be done in .htaccess files. This is simply not the case. You can put user authentication configurations in the main server configuration, and this is, in fact, the preferred way to do things.
Kann mir gerade nicht vorstellen, wie man das mit Java oder Flash sicher gestalten kann. Beides wird vom Browser interpretiert, damit schaffst du kein sicheres Login.Checkitout schrieb:Ich werd das dann mit dem Password anders lösen. Flash oder Java. Geht dann auch.
AllowOverride AuthConfig
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/1.3.34 Server at fritz.box Port 85
Richtig. Daher hab ich auch von Anfang an nicht den Win-Editor sondern "Textpad" benutzt. Die Files auch im ACSII -Modus übertragen (SpeedCommander). NIX! > immer wieder Fehler 500, sobald in der httpd.conf AllowOverride AuthConfig angegeben ist.Die Fehlermeldung heiß, dass du einen Syntaxfehler bei deinen Änderungen reinbekommen hast. Auch solltest du keine Windows-Zeilenumbrüche reinbekommen.
Keine Ahnung, hab ja nur ein Verzeichnis. Ich hab in /htdocs nur eine index.html - in der Zip's, und Exe'n verlinkt sind. Per Alias in der httpd.conf ( /downloads/ auf /var/media/ftp/StorageDevice-Partittion-0-1/programme/ )Gehen alle anderen Verzeichnisse und der Fehler 500 tritt nur in dem Verzeichnis mit der .htaccess Datei auf?
Achso, auch das ging NICHT!Du könntest auch mal die Option "All" versuchen.