Client denied by server configuration private_html problem

JelleG

Verified User
Joined
Jun 3, 2015
Messages
57
Hi,

When I check the error log of my domain, I see a lot of error's from a lot of IP's. The error's are:

client denied by server configuration: /home/user/domains/mydomain.com/private_html/index.php
client denied by server configuration: /home/user/domains/mydomain.com/private_html/403.shtml

client denied by server configuration: /home/user/domains/mydomain.com/private_html/computer
client denied by server configuration: /home/user/domains/mydomain.com/private_html/403.shtml

Our entire website runs on a HTTPS connection.
I also enabled the domain option: Use a symbolic link from private_html to public_html - allows for same data in http and https

How can I solve this issue?
 
You don't need to solve anything imho, I got these too.

It's scriptkiddies trying to access files in your private_html folder, which isn't used.
I've got the same. Just tested it by doing the same thing and this was the result in the error log of my hobby domain:
Code:
[Tue Oct 03 14:34:16.365916 2017] [:error] [pid 15961] [client 84.xxx.xxx.xxx:50094] script '/home/user/domains/hobbydomain.org/private_html/forumdisplay.php' not found or unable to stat

I just visited:
https://www.hobbydomain.org/private_html/forumdisplay.php?f=45
and this was the result you can test yourself too. ;)
 
Last edited:
Back
Top