AH01797: client denied by server configuration

Onlyme

Active member
Hi all,

I've got one user causing this error and I can't get my head around what's wrong.

[Sun Sep 04 06:34:56.342335 2022]
[Sun Sep 04 06:37:52.808264 2022]
[Sun Sep 04 06:38:40.451610 2022]

AH01797: client denied by server configuration: /var/www/html/forums (I don't have directory /forums so why that is there is beyond me)

cd /var/www/htm/forums
-bash: cd: /var/www/htm/forums: No such file or directory

When I check the access log on the times above it seems each on is accessing the rss feed.


[04/Sep/2022:06:34:56 +0100] "OPTIONS /forums/-/index.rss HTTP/1.1" 403 5305 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0"
[04/Sep/2022:06:37:52 +0100] "OPTIONS /forums/-/index.rss HTTP/1.1" 403 5305 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0"
[04/Sep/2022:06:38:40 +0100] "OPTIONS /forums/-/index.rss HTTP/1.1" 403 5305 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0"

Searching online says to check if my htaccess is incorrect?



<Directory /var/www/>
Options All -Indexes
AllowOverride All
Require all granted
<LimitExcept POST GET>
Deny from all
</LimitExcept>
</Directory>

Anything wrong with that? Apache 2.4.
 
Top Bottom