Jump to content

Recommended Posts

Posted

ставится конфиг /opt/etc/lighttpd/conf.d/20-auth.conf

этот конфиг, в отличие от например 20-authn_file.conf , не содержит строки загрузки модуля, поэтому при настройке htdigest авторизации получаем ошибку:

2018-07-06 15:55:46: (server.c.1441) WARNING: unknown config-key: auth.backend (ignored)
2018-07-06 15:55:46: (server.c.1441) WARNING: unknown config-key: auth.require (ignored)

2018-07-06 15:55:46: (server.c.1441) WARNING: unknown config-key: auth.backend (ignored) 
2018-07-06 15:55:46: (server.c.1441) WARNING: unknown config-key: auth.require (ignored) 

Если добавить в конфиг 20-auth.conf вручную строку

server.modules += ( "mod_auth" )

, то ошибок нет.

Мне думается, если я устанавливаю модуль авторизации, то в конфиге уже должно быть его подключение?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

This site uses cookies. By clicking "I accept" or continuing to browse the site, you authorize their use in accordance with the Privacy Policy.