Thanks, that worked, but it took me a while to realize that there has to
be a space between "/home/" and ">".

Thanks,
Steve

Joshua Slive said the following on 03/27/2007 06:33 AM:
> 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]
>
>
>


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