On Mon, Oct 7, 2024 at 7:51 AM Eric Covener <covener@xxxxxxxxx> wrote:On Mon, Oct 7, 2024 at 7:12 AM Eric Covener <covener@xxxxxxxxx> wrote:
>
> >> [Sun Oct 06 10:02:48.889047 2024] [authz_core:error] [pid 10:tid 131326541519672] [client 192.168.16.1:49194] AH01630: client denied by server configuration: /usr/local/apache2/htdocs/apps/admin/public_html/.htaccess
>
> This error means it's not filesystem permissions. Are there other
> vhosts/*.conf you didn't show? apachectl -S from within the container
> would summarize it.
Based on the error, It seems like you may be unexpectedly accessing
the .htaccess file directly via a HTTP client, which is rejected by
design with this snippet:
<Files ".ht*">
Require all denied
</Files>
--
Eric Covener
covener@xxxxxxxxx
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
I am concerned about anything trying to request the .htaccess file directly as well; it sounds like a broken application/script.