sorry, maybe my english is not that good. there is a misunderstanding from you.
my question is about, there are alot of unwanted incoming traffic going to the site which i had deleted.
Error 404 is showing on that site right now, but the unwanted traffic is still growing, n growing.
This make the apache is handling heavily traffic,
so as the traffic.
anyway we can block them to attemp the port 80.
Main Topics
Browse All Topics





by: vipulguptaPosted on 2001-05-10 at 08:01:30ID: 6067357
Add this line to httpd.conf
ErrorDocument 404 404.html
This should do it.
Any 404 errors will show 404.html file.
thanks