logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Please help us to understand our problems.
Author
pavel



Joined: 23 Nov 2016
Posts: 2
Location: Chennai

PostPosted: Wed 23 Nov '16 22:29    Post subject: Please help us to understand our problems. Reply with quote

We are freelance political activists running a web News magazine. It is running on appache server powered by wordpress. Currently we host our site on linode.

As a part of recent oppression on freedom of expression in india we face attacks, hacks and malicious attacks every day.

Previously, our site was down and we identified from the logs that was a DDoS attack. But now our site is getting down. This time when we checked our Appache server log files we are dont have any clues that what was happened.

In all of our logs, when the website was down, it shows binary pattern of NULL for the down time.

Please help us to understand our problems.

Regards,
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 702

PostPosted: Thu 24 Nov '16 11:51    Post subject: Reply with quote

Sorry, please follow the forum rules. For example the subject is not meaning full. And version Apache etc.

And the description of your problem is a little vague, be more specific.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7402
Location: EU, Germany, Next to Hamburg

PostPosted: Sat 26 Nov '16 10:32    Post subject: Reply with quote

DDos sends to many requests at once so that the process, in this case apache, can't handle it and breaks down.

You can try to block your attackers by firewall level

e.g.

Code:
sudo iptables -I INPUT -s 1.81.0.0/16 -j REJECT


if that still isn't enough you might use a service like mod cloud flare or so.
Back to top
pavel



Joined: 23 Nov 2016
Posts: 2
Location: Chennai

PostPosted: Mon 28 Nov '16 17:30    Post subject: Reply with quote

hi,

Thanks for replies..

Sorry for posting topic as too vague.

Actually we contacted Linode. Our server is running on Xen platform of their data center. they said xen platform and kernel got some issues. So, they adviced us to migrate / upgrade to KVM.

We did the same and our problem solved.

We suspected our web server setup, thats why i posted here.

anyways thanks for you support.
Back to top


Reply to topic   Topic: Please help us to understand our problems. View previous topic :: View next topic
Post new topic   Forum Index -> Apache