Timeline for Apache 2.4, basic file authentication ignored
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 23, 2023 at 15:01 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| May 12, 2021 at 15:44 | answer | added | alex | timeline score: 0 | |
| Apr 20, 2021 at 20:07 | answer | added | adrianhb | timeline score: 1 | |
| Apr 19, 2021 at 21:05 | comment | added | adrianhb | It's certainly using this vhost as it maps the domain to its own root dir. But there is a vhost that maps "/" to the top docroot. Could any directives in that affect the domain vhost? | |
| Apr 19, 2021 at 19:58 | comment | added | Freddy | This vhost is ignored if the other vhost matches. Are you sure your content is served (and logged) from this vhost? | |
| Apr 19, 2021 at 8:25 | comment | added | adrianhb | Roaima, there's a top-level vhost with "Require all granted" and one for the domain. This is meant to reduce access for this subfolder. | |
| Apr 19, 2021 at 8:19 | comment | added | adrianhb | Freddy, the AllowOverrides are temporary, will all be removed except where needed. | |
| Apr 19, 2021 at 0:06 | answer | added | gecko | timeline score: 1 | |
| Apr 18, 2021 at 21:57 | comment | added | Chris Davies | Are you definitely accessing the directory through the expected vhost? (www.example.org in your example configuration snippet) Are you sure there isn't another vhost referencing the same directory tree but without access control? | |
| Apr 18, 2021 at 20:13 | comment | added | Freddy |
I wouldn't allow any htaccess stuff inside a protected directory (i.e. set AllowOverride None), the rest looks okay to me. Did you reload/restart your server?
|
|
| Apr 18, 2021 at 20:08 | history | edited | Freddy | CC BY-SA 4.0 |
code formatting
|
| Apr 18, 2021 at 19:37 | history | asked | adrianhb | CC BY-SA 4.0 |