[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Keeping a file from being deleted
- Subject: RE: [cobalt-users] Keeping a file from being deleted
- From: "Dan Kriwitsky" <webhosting@xxxxxxxxx>
- Date: Fri Feb 1 20:26:18 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> If you mean chown root/chgrp root and then chmod 444 the file
> in question I tried that last night and again just now no luck.
>
> Any other suggestions??
>
You could add an Alias to each user:
Alias /serverinfo/ /home/web/serverinfo/domain/
Then put an index.html file in there so every user will have
www.domain.com/serverinfo/ as the URL for that file. You just need to
create a /username/ directory there for each site.
I'm not sure of the rewrite rule, but I think one could be written so
that "domain" in the alias could be the referring domain accessing the
directory so you only need to add the line once to access.conf and not
httpd.conf for each site.
--
Dan Kriwitsky