You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the docker image for the first time, I noticed the following errors:
(configfile.c.397) Warning: mod_auth should be listed in server.modules before dynamic backends such as mod_cgi
(configfile.c.353) Warning: please add "mod_authn_file" to server.modules list in lighttpd.conf. A future release of lighttpd 1.4.x will not automatically load mod_authn_file and lighttpd will fail to start up since your lighttpd.conf uses auth.backend = "htpasswd".
Suggested fix:
Change the server.modules line in file files/lighttpd.conf as follows:
When running the docker image for the first time, I noticed the following errors:
Suggested fix:
Change the
server.modules
line in filefiles/lighttpd.conf
as follows:See Lighttpd server.modules docs for more details.
The text was updated successfully, but these errors were encountered: