J'essaye de configurer l'accès mercurial en utilisant Apache http. Cela nécessite une authentification. Mon /etc/apache2/sites-enabled/mercurial
ressemble à ceci:
NameVirtualHost *:8080
<VirtualHost *:8080>
UseCanonicalName Off
ServerAdmin webmaster@localhost
AddHandler cgi-script .cgi
ScriptAliasMatch ^(.*) /usr/lib/cgi-bin/hgwebdir.cgi/$1
</VirtualHost>
Chaque tutoriel que j'ai lu sur Internet me dit d'insérer ces lignes:
AuthType Basic
AuthUserFile /usr/local/etc/httpd/users
Mais quand je le fais, j'obtiens l'erreur suivante:
# /etc/init.d/apache2 reload
Syntax error on line 8 of /etc/apache2/sites-enabled/mercurial:
AuthType not allowed here
Ma distribution est une Ubuntu personnalisée appelée 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>