Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use with mod_proxy? #23

Open
bdushok opened this issue Oct 4, 2021 · 0 comments
Open

Use with mod_proxy? #23

bdushok opened this issue Oct 4, 2021 · 0 comments

Comments

@bdushok
Copy link

bdushok commented Oct 4, 2021

I'm using mod_proxy in front of an internal https server. I'm using a location as follows:

AuthType Digest AuthName "Please login" AuthDigestUserFile /usr/local/apache/accounts.pwd Require valid-user ProxyPass https://internal server/ ProxyPassReverse https://internal server/ Order allow,deny Allow from all

This works great and authenticates perfectly before proxying the traffic. I would love to use Google Authenticator with this, but this module seems to require it's config to be in a directory, not location. Is there any way to make this work with Location so I can utility mod_proxy?

Thanks,
Bob

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant