Thanks, Adam Yeah, I'm still chrooted.
Also, I forgot to mention before that I've tried both modules: LoadModule digest_auth_module /usr/lib/apache/modules/mod_auth_digest.so LoadModule digest_module /usr/lib/apache/modules/mod_digest.so and neither seems to work. In fact, if I enable either module, I can't even access the stephanie directory with the referenced entries to my httpd.conf file. That really puzzzles me. Suggestions? Ed On Tue, May 6, 2008 at 2:31 PM, Adam Patterson <[EMAIL PROTECTED]> wrote: > Ed Flecko wrote: > > > <...snip...> > > > > > > <Directory /stephanie/download> > > AuthType Digest > > AuthName "Pssst...what's the password?" > > AuthUserFile /var/www/conf/digest > > Require user guest > > </Directory> > > > > Ed > > > > > > > If you are still chrooted you need to make sure thats the right directory. > If you disabled the chroot then its obviously another issue.