2 Answers
- Newest
- Most votes
- Most comments
0
Hi LauraEquihua,
Depends that you want to use .htaccess files then you need to do:
AllowOverride AuthConfig
or place data into httpd.conf
Below link may help to understand the logic for Apache.
https://httpd.apache.org/docs/2.4/howto/auth.htm
https://www.howtogeek.com/devops/how-to-setup-basic-http-authentication-on-apache/
Thanks,
answered 8 months ago
0
Hello,
It looks like the community answer is nearly there but the provided URLs are slightly off.
Here is the correct URL for setting up auth on Apache, specifically the section being referenced regarding enabling authentication directives: https://httpd.apache.org/docs/2.4/howto/auth.html#theprerequisites
Here is further documentation on Apache's AllowOverride
configuration directive: https://httpd.apache.org/docs/2.4/mod/core.html#allowoverride
answered 8 months ago
Relevant content
- asked 4 years ago
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 7 months ago