Ticket #1117 (new defect)

Opened 1 year ago

Last modified 1 year ago

mod_auth not working

Reported by: Olaf van der Spek Assigned to: jan
Priority: normal Milestone:
Component: mod_auth Version: 1.4.13
Severity: normal Keywords:
Cc: Blocking:
Need Feedback:

Description

Hi,

I'm using this as 10-ssl.conf, but the auth.require appears to be ineffective (it's served without authentication request). I don't get errors during startup. Does anyone know what's wrong with this?

$SERVERsocket? == "0.0.0.0:443" {

ssl.engine = "enable" ssl.pemfile = "/etc/lighttpd/server.pem"

status.status-url = "/server-status" status.config-url = "/server-config"

auth.backend = "htdigest" auth.backend.htdigest.userfile = "/etc/lighttpd/digest" auth.require = (

"/server-config" => (

"method" => "digest", "realm" => "Protected", "require" => "valid-user"

), "/server-status" => (

"method" => "digest", "realm" => "Protected", "require" => "valid-user"

)

)

}

Attachments

Change History

04/13/2007 03:05:50 PM changed by darix

could it be mod_auth is loaded after mod_status?

04/13/2007 03:10:06 PM changed by Olaf van der Spek

That's the case, yes. I'd say it's still a bug though.

04/13/2007 03:16:58 PM changed by darix

does it help when you change the module load order?

04/13/2007 03:20:02 PM changed by Olaf van der Spek

Yes, that works around this bug. :)

04/14/2007 07:47:47 AM changed by Olaf van der Spek

I'm just wondering, why does this not apply to fastcgi?


Add/Change #1117 (mod_auth not working)




Change Properties