View Single Post
  #1  
Old 06-13-2006, 01:54 AM
ts77 ts77 is offline
Senior Member
 
Join Date: Nov 2004
Posts: 288
Default RFE: new Context "authentication"

Hello folks,

I'd really like to see a simple "authentication"-context in lsws in one of the coming versions.
I'm especially interested in the settings:
Realm
Authentication Name
Required

for protecting a directory or file from public access like that.
I know, I can do all this with a static file context but why do I have to go all those options just for adding a authentication realm? ;-)

Currently I'm using .htaccess-files for that but I'd like to avoid their overhead, even if they are cached.
Reply With Quote