Ich versuche, den Quecksilberzugriff mit Apache http zu konfigurieren. Es erfordert eine Authentifizierung. Mein /etc/apache2/sites-enabled/mercurial
sieht so aus:
NameVirtualHost *:8080
<VirtualHost *:8080>
UseCanonicalName Off
ServerAdmin webmaster@localhost
AddHandler cgi-script .cgi
ScriptAliasMatch ^(.*) /usr/lib/cgi-bin/hgwebdir.cgi/$1
</VirtualHost>
Jedes Tutorial, das ich im Internet lese, fordert mich auf, folgende Zeilen einzufügen:
AuthType Basic
AuthUserFile /usr/local/etc/httpd/users
Aber wenn ich es tue, bekomme ich den folgenden Fehler:
# /etc/init.d/apache2 reload
Syntax error on line 8 of /etc/apache2/sites-enabled/mercurial:
AuthType not allowed here
Meine Distribution ist ein angepasstes Ubuntu namens Turnkey Linux Redmine
<Location /opt/mcmap/shapefiles.php> AuthType Kerberos AuthName KerberosLogin KrbServiceName HTTP/intranet.spectrumasa.com KrbMethodNegotiate On KrbMethodK5Passwd On KrbAuthRealms DOMAIN.COM Krb5KeyTab /etc/httpd/conf/intranet.keytab require valid-user Options Indexes MultiViews FollowSymLinks AllowOverride All Order allow,deny Allow from all SetOutputFilter DEFLATE </Location>