This one time, at band camp, Rick Welykochy wrote: > Voytek Eymont wrote: > >> I noticed my web server was kind off slow, and, saw this, is this some >> sort of dos attack ? > > If you are using Apache, there is an Apache Status module that > lets you see what is currently executing inside the server. > > Also, tail the web logs (access_log or whatever) to see who is > accessing what. > >> how to control ? > > I am no expert, but if you are getting DDoS'd there ain't much > to do besides ride it out or change your IP.
Per-IP rate limiting at any layer is one option. Per-session rate limiting at the application layer is another. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
