Can Webrick show directory listings like Apache?

Hi,

I have a subdirectory of the RAILS_ROOT/public/ diretcory.

I can use Webrick to directly serve files from the public
subdirectory:
http://:3000//

But I cannot get Webrick to show the directory listing of .
I get a ‘Recognition failed’ error.

Any ideas on how to make Webrick show public directoy listings like
Apache?

Thanks,

David

hi,

El Sunday 15 April 2007 17:10:05 [email protected] escribió:

Any ideas on how to make Webrick show public directoy listings like
Apache?

checkout the the FancyIndexing option in WEBrick::Config

ciao