[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Overcoming the /~username problem



Hi Bill,

Thanks for that, but.....

> as root, in /home/site##/users/username/
>
> rm web
> mkdir web
> chown username web
>
> Also the owner of the link should be 'nobody' and you will likely need to
> ad this in httpd.conf
>
> in: /etc/httpd/conf/access.conf
>
>          # allow symlinks on www.domain.tld
>          <Directory /home/sites/site##/>
>          Options -SymLinksIfOwnerMatch +FollowSymLinks
>          </Directory>

I should have explained better, but is there any reversal code for a sim link,
happy with the creating folders etc, just tried this sim link a while back and
it created a never ending paradox of folders within folders for some reason.
Basically I did something wrong, LOL

Mac