Trying to get UserDir working on Apache2.2 under FreeBSD.

Error log shows:
File does not exist: /www/htdocs/~chandler

httpd-userdir.conf: (copied from a working 2.0 server)

UserDir public_html
UserDir disabled root toor daemon operator bin tty kmem games news man sshd bind proxy _pflogd _dhcp uucp pop www nobody mailnull smmsp


<Directory /usr/users/*/public_html>
   AllowOverride FileInfo AuthConfig Limit Indexes
   Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
   <Limit GET POST OPTIONS>
       Order allow,deny
       Allow from all
   </Limit>
   <LimitExcept GET POST OPTIONS>
       Order deny,allow
       Deny from all
   </LimitExcept>
</Directory>



Relevant lines in httpd.conf:
LoadModule userdir_module libexec/apache22/mod_userdir.so
Include etc/apache22/extra/httpd-userdir.conf



Any help y'all could lend would be much appreciated.

Regards,

Jay Chandler
Network Administrator
Chapman University


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to