|
|
Limiting requests to your Apache webserver
|
|
|
Here is a quick little block that you could use to limit your webserver to only accept requests that relate to normal browsing. Mainly, this will stop WebDav requests.
Drop this conf somewhere where Apache looks. In Gentoo, I placed this in /etc/apache2/conf/commonapache.conf and I placed it inside of the directive. |
|