Re: Spurious access denied errors

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Probably because you are essentially denying access to documentroot
and this path is checked for all requests.

Add a
<Directory /var/www/html>
Require all granted
</Directory>

or change documentroot to a directory you can give access even if it's
an empty directory to get rid of those messages or change the
documentoot to something else.

Denying access to documentroot by default is not...

2018-02-09 16:30 GMT+01:00 Marat Khalili <mkh@xxxxxx>:
>> At first glance, something in your browser is probably requesting the page
>> /test. Since it doesn't correspond to any of your alias statements, it hits
>> the DocumentRoot which you have denied access to.
>>
>> Is there a corresponding entry in your access log?
>
>
>
> There's no entry in access log, and the problem is easily reproduced with
> curl/wget. There's only one request visible in tcpdump. I've also confirmed
> that excluding proxy does not fix the problem.
>
> On the other hand, I don't see same problem on bare Apache installation
> serving only static files. Can Mediawiki PHP create some internal requests?
> How can I debug this?
>
>
> --
>
> With Best Regards,
> Marat Khalili
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
>



-- 
Daniel Ferradal
IT Specialist

email         dferradal at gmail.com
linkedin     es.linkedin.com/in/danielferradal

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux