> Ok.. first off: Is there a user named "glob" in that .htpasswd file?
Hi, uppers there is a username glob in that .htpasswd file. -- snip --- less /usr/home/<username>/public_html/<subdir>.htpasswd glob:uKRB.ktQoL./I --- snip -- > > Secondly, can you check that you have the module mod_userdir.c > loading? In my install from ports of Apache, my userdir directives > look like this: > > (Up top with the rest of the modules:) > LoadModule userdir_module > /usr/local/libexec/apache/mod_userdir.so AddModule mod_userdir.c thats there in the /usr/local/etc/apache/httpd.conf . Verified that is in fact the configuration file loaded when apache is executed -- snip -- LoadModule userdir_module libexec/apache/mod_userdir.so --- snip --- > > (Then down in the host/virtualhost directives:) > <IfModule mod_userdir.c> > UserDir public_html > thats there in the /usr/local/etc/apache/httpd.conf -- snip -- <IfModule mod_userdir.c> UserDir public_html </IfModule> --- snip --- > <Directory /home/*/public_html> > AllowOverride FileInfo AuthConfig Limit > Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec > <Limit GET POST OPTIONS PROPFIND> > Order allow,deny > Allow from all > </Limit> > <LimitExcept GET POST OPTIONS PROPFIND> > Order deny,allow > Deny from all > </LimitExcept> > > </Directory> > </IfModule> > thats there in the /usr/local/etc/apache/httpd.conf -- snip -- <Directory /usr/home/*/public_html/> AllowOverride FileInfo AuthConfig Limit Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec ExecCGI <Limit GET POST OPTIONS PROPFIND> Order allow,deny Allow from all </Limit> <LimitExcept GET POST OPTIONS PROPFIND> Order deny,allow Deny from all </LimitExcept> </Directory> --- snip --- Any other ideas? - Noah > Best, > Glenn > > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"