Re: blocking access by user-agent

2011-12-21 Thread RT
Thanks Patrick, Would you have any idea in what directory to place the .htaccess file to block all information retrieval? I am not sure HTAccessHandler of jetty supports all its commands. This site however implies that it does have the ones for user-agent blocking. : http://www.irishwebmast

Re: blocking access by user-agent

2011-12-21 Thread Patrick Plaatje
Hi Roland, you can configure Jetty to use a simple .htaccess file to allow only specific IP adresses access to your webapp. Have a look here on how to do thta: http://www.viaboxxsystems.de/how-to-configure-your-jetty-webapp-to-grant-access-for-dedicated-ip-addresses-only If you want more sophist

blocking access by user-agent

2011-12-21 Thread RT
Hi, I would like to control what applications get access to the solr database. I am using jetty as the appcontainer. Is this at all achievable? If yes, how? Internet search has not yielded anything I could use so far. Thanks in advance. Roland