Tôi đang cố gắng định cấu hình truy cập đồng bóng bằng cách sử dụng Apache http. Nó đòi hỏi xác thực. Tôi /etc/apache2/sites-enabled/mercurial
trông như thế này:
NameVirtualHost *:8080
<VirtualHost *:8080>
UseCanonicalName Off
ServerAdmin webmaster@localhost
AddHandler cgi-script .cgi
ScriptAliasMatch ^(.*) /usr/lib/cgi-bin/hgwebdir.cgi/$1
</VirtualHost>
Mỗi hướng dẫn tôi đọc trên internet đều bảo tôi chèn những dòng này:
AuthType Basic
AuthUserFile /usr/local/etc/httpd/users
Nhưng khi tôi làm điều đó tôi nhận được lỗi sau:
# /etc/init.d/apache2 reload
Syntax error on line 8 of /etc/apache2/sites-enabled/mercurial:
AuthType not allowed here
Bản phân phối của tôi là một Ubuntu tùy chỉnh có tên 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>