|
From: Robert K C. J. -I. F. D. Corp. <bco...@in...> - 2024-11-04 16:39:36
|
G,
Thank you. That does seems to fix the problem.
I had to change these two lines that you referenced (correct location
of this file is /etc/lighttpd/conf.d/auth.conf)
#server.modules += ( "mod_auth" )
-uncommented
auth.require = ( "/server-status" =>
-removed the "server-status" portion
Making these changes brought my previous username/password into force.
Should these changes be made in the source, or were they changed with
some purpose?
- Robert
On 11/4/2024 10:12 AM, Graziano Brioschi wrote:
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. <
[1]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:
[2]https://sourceforge.net/p/leaf/mailman/message/37846682/ and
check if this
answer your questions/remarks
- jrb.
--------------------------------------------------------------------
----
leaf-user mailing list: [3]lea...@li...
[4]https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- [5]http://leaf-project.org/
--------------------------------------------------------------------
----
leaf-user mailing list: [6]lea...@li...
[7]https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- [8]http://leaf-project.org/
--
Robert K Coffman Jr.
Info From Data Corp.
3307249000
[9]su...@in...
References
1. mailto:bco...@in...
2. https://sourceforge.net/p/leaf/mailman/message/37846682/
3. mailto:lea...@li...
4. https://lists.sourceforge.net/lists/listinfo/leaf-user
5. http://leaf-project.org/
6. mailto:lea...@li...
7. https://lists.sourceforge.net/lists/listinfo/leaf-user
8. http://leaf-project.org/
9. mailto:su...@in...
|