On 12/21/05, Krist van Besien <krist.vanbesien@xxxxxxxxx> wrote: > On 12/21/05, Boyle Owen <Owen.Boyle@xxxxxxx> wrote: > > > -----Original Message----- > > > the odd thing is that the server does this, even though we do not load > > > mod_userdir, and have not configured a UserDir. > > > > That's your problem - if you don't define a UserDir, it defaults to "public_html". Try; > > > > UserDir disabled > > > > which should switch it off completely. > > I find it odd that not loading mod_userdir is not sufficient to > disable the functionality offered by mod_userdir. What you suggest > above also does not work as we are not loading mod_userdir. Are you SURE you don't have mod_userdir statically loaded (apachectl -l should tell you). Have you tried Owen's suggestion? What exact error message do you get in the error log? What exact error message do you get in the error log when you make requests to the server for non-existant users? Joshua.