[Dart] htaccess with Jetty ?

Olivier Warin daffy at xview.net
Mon Feb 27 21:38:49 EST 2006


Hi,
I want to use a htaccess files with Jetty.
I saw there were the HTAccessHandler.class and IPAccessHandler.class  
inside the jetty.jar provided with dart2, nevertheless I cannot find  
some good documentation on how/where to put the configuration.
Basically I want to achieve something like the following:

<Directory "/">
     <limit GET POST>
     Order deny,allow
     deny from all
     allow from 127.0.0.1
     </Limit>
</Directory>

This will prohibe user to get direct access to jetty http server :-)
Any advice would be appreciated.
Regards,
--
Olivier Warin - http://xview.net
Stay connected !




More information about the Dart mailing list