The search returned 3 results

by jdieu
December 19, 2018 - 1:08 PM
Forum: WAPT Server
Subject: Debian update: nginx auth_gss directive unknown
Answers: 4
Views : 7969

Re: Debian update: nginx auth_gss directive unknown

Hello,

I retrieved it from a backup.

Regards,
by jdieu
December 14, 2018 - 12:01
Forum: WAPT Server
Subject: Debian update: nginx auth_gss directive unknown
Answers: 4
Views : 7969

Re: Debian update: nginx auth_gss directive unknown

The module /usr/lib/nginx/modules/ngx_http_auth_spnego_module.so had been deleted.

The file /etc/nginx/modules-enabled/50-mod-http-auth-spnego.conf existed but was empty.

I restored everything, uncommented the lines in the config file, and restarted Nginx; everything is working correctly.

If that helps...
by jdieu
December 14, 2018 - 11:32
Forum: WAPT Server
Subject: Debian update: nginx auth_gss directive unknown
Answers: 4
Views : 7969

Debian update: nginx auth_gss directive unknown

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.

For now, I...