Just a quick question. I am trying to secure a directory in my cgi-bin , but I do not get a password prompt. If I move the directory outside of the cgi-bin it works. What is the safest way to get this to work without moving the "wol" directory outside of cgi-bin <conf snip> <Directory "/usr/apache/cgi-bin"> AllowOverride None Options None Order allow,deny Allow from all </Directory> <Directory "/usr/apache/cgi-bin/calendarscript/calendars/wol"> AuthUserFile /var/passwd/.passwd AuthName "Members Only" AuthType Basic <Limit GET POST PUT> require valid-user </Limit> </Directory> </conf snip> _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota http://www.mn-linux.org tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list