Limit access with firewall ufw
Here is some links on how you can reject requests using firewall ufw.
http://manpages.ubuntu.com/manpages/jaunty/en/man8/ufw.8.html
http://www.ubuntu-unleashed.com/2008/05/howto-take-use-setup-and-advantage-of.html
Here is some links on how you can reject requests using firewall ufw.
http://manpages.ubuntu.com/manpages/jaunty/en/man8/ufw.8.html
http://www.ubuntu-unleashed.com/2008/05/howto-take-use-setup-and-advantage-of.html
I you have an apache server which you only use GET and POST methods I think it is better that you limit the access. Since there are many methods it is more convinient to use the opposite functions, limitExcept. Bellow is an example how it would look like. The limitExcept directive allows only GET and [...]