|
From: Graziano B. <gra...@ou...> - 2024-11-04 15:38:02
|
Hello Robert, I think than your problem is related to a missconfiguration in /etc/lighttpd/conf/auth.conf Look at: 1. "auth.require" area than must be similar to the follow entry: auth.require = ( "/" => ( "method" => "basic", "realm" => "Login", "require" => "valid-user" ), ) 2. "server.modules" area server.modules += ( "mod_auth" ) Ciao G. Il 04/11/2024 02:31, jeanrocco jr ha scritto: > Hello Robert and List, > > > > Le dim. 3 nov. 2024, 15 h 38, Robert K Coffman Jr. -Info From Data Corp. < > bco...@in...> a écrit : > >> After upgrade to 7.3.1.1, I noticed the webconf password I had applied >> is no longer in effect. >> >> I set the password (and found the /var/webconf/www/.htpasswd had been >> created) but after saving the config and rebooting - webconf does not >> prompt for a password and you can freely move about the pages. >> >> - Robert >> >> Could you look at this entire post: > https://sourceforge.net/p/leaf/mailman/message/37846682/ and check if this > answer your questions/remarks > > - jrb. > >> ------------------------------------------------------------------------ >> leaf-user mailing list: lea...@li... >> https://lists.sourceforge.net/lists/listinfo/leaf-user >> Support Request -- http://leaf-project.org/ >> > ------------------------------------------------------------------------ > leaf-user mailing list: lea...@li... > https://lists.sourceforge.net/lists/listinfo/leaf-user > Support Request -- http://leaf-project.org/ -- Graziano Brioschi Outland s.a.s. sede operativa: Via A. Don Rocca, 13 20030, Senago (MI) tel: 02 9948 6014 mobile: 328 8382622 email: gra...@ou... --> U4E <-- |