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

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



At 01:43 PM 28/03/03 +0000, you wrote:
> ln -s /home/site##/users/username/web /home/site##/web

If I do this sim link, how do I reverse it if need be?

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>


- Bill




---------------------------------
William J.A. Brillinger
Precision Design Co.

E-Mail:   mailto:billy@xxxxxxxxxx
Web site: http://www.pdcweb.net