Debian update: nginx auth_gss directive unknown
Published: Dec 14, 2018 - 11:32
Hello,
WAPT version installed: 1.6
- Server OS: Debian 9.6.
Following a Debian update, nginx was updated to version 1.10.3.
The service no longer starts; it doesn't recognize the auth_gss directive in the configuration file:
/etc/nginx/sites-enabled/wapt.conf
. Currently, I've commented out:
# location /add_host_kerberos {
# auth_gss on;
# auth_gss_keytab /etc/nginx/http-krb5.keytab;
# proxy_pass http://127.0.0.1:8080;
#}
How can this be fixed?
WAPT version installed: 1.6
- Server OS: Debian 9.6.
Following a Debian update, nginx was updated to version 1.10.3.
The service no longer starts; it doesn't recognize the auth_gss directive in the configuration file:
/etc/nginx/sites-enabled/wapt.conf
. Currently, I've commented out:
# location /add_host_kerberos {
# auth_gss on;
# auth_gss_keytab /etc/nginx/http-krb5.keytab;
# proxy_pass http://127.0.0.1:8080;
#}
How can this be fixed?