Sarah Tanembaum wrote: > jim / freeze.org wrote: > >> Hi >> >> I have a directory of files that I want to share over the net >> with Webrick. Basically, I have something simple now where >> Webrick mounts the directory and serves up the files. Neat >> and simple. >> >> However, I have another set of files that I want to share, >> but I want to have only authorized people access them. >> >> Is there a simple way (say by adding htaccess to a directory(s)) >> to add authentication to a webrick mounted directory? >> >> Sorry if this is a dumb question. >> >> Thanks > > Is Webrick secure? What's precautions and gotchas should we put our > attention too? Also, how the performance? Hi Use controller (before_filter) with rubyonrails and the login generator Peter