On 3/26/07, Steve Kelem <[EMAIL PROTECTED]> wrote:
I'm trying to get userdir to work. Home directories are defined as

/home/foobar/user, but /home/foobar is a symbolic link
to /export/home.  How do I enable following that symbolic link?

Options FollowSymLinks
needs to be set in the directory containing the symlink. So you'll need at least
<Directory /home/>
Options FollowSymLinks
</Directory>

Joshua.

---------------------------------------------------------------------
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