0

I have an Ubuntu desktop machine running Apache, connected to the workplace LAN. All users of my team have unix accounts on this machine. Is it possible to allow some webpages to be served via https only with password protection, and with username and password authenticated by the unix system?

1 Answer 1

1

It's possible using third-party modules such as mod_authnz_pam, or mod_authn_sasl (when configured to use saslauthd as the pwcheck method – which itself then calls PAM).

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .