This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Strange sentora error log
#6
RE: Strange sentora error log
(11-13-2014, 04:30 AM)Tango Wrote: The problem is that: Why they acces THERE? (/etc/sentora/panel)

My panel is panel.domain.tld.

hi,

I (and probably every servers) have hundred of such attempts.

I think these file are searched by hack bots because some version have security failure, in attempt to hack the server which hosts them.
As I was bored from these logs and attempts, I redirected the 10 most targeted files to a garbage file, so they can play with it ! (the extra load of the server is even not visible) :-)


The access to files /etc/sentora/panel correspond to your panel URL, but also to access to the server by IP.
You can block access by IP by creating a default virtual host placed BEFORE the first real vhosts, so it must reside in /etc/sentora/configs/apache/httpd.conf file, before the call to vhost file.

The end of my httpd.conf file look like that :
Code:
#default
site to forbid sentora login page from direct IP access

Listen 80
<virtualhost *:80>
   redirect 404 /
</virtualhost>

# Include the generic VHOST configuration file that holds all vhosts
Include /etc/sentora/configs/apache/httpd-vhosts.conf
Thanks given by:


Messages In This Thread
Strange sentora error log - by Tango - 11-13-2014, 04:30 AM
RE: Strange sentora error log - by TGates - 11-13-2014, 05:45 AM
RE: Strange sentora error log - by Tango - 11-13-2014, 05:51 AM
RE: Strange sentora error log - by Me.B - 11-13-2014, 06:57 AM
RE: Strange sentora error log - by Tango - 11-13-2014, 09:18 PM
RE: Strange sentora error log - by 5050 - 11-14-2014, 05:18 AM
RE: Strange sentora error log - by Tango - 11-14-2014, 06:43 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Repo update error hostingms 3 5 ,246 02-14-2024, 09:20 AM
Last Post: TGates
Is Sentora dead? rajeevrrs 2 2 ,880 12-17-2022, 09:20 AM
Last Post: TGates
apt-get install mod_ssl ERROR CMs222 9 25 ,404 11-11-2022, 09:14 PM
Last Post: zustudios

Forum Jump:


Users browsing this thread: 1 Guest(s)