Re: [SLE] Apache and multiple Virtual Hosts best practices
From: Anders Johansson (andjoh_at_rydsbo.net)
Date: 11/19/04
- Previous message: Ken Schneider: "Re: [SLE] SuSE 9.2 and future packaging"
- In reply to: Danny Sauer: "Re: [SLE] Apache and multiple Virtual Hosts best practices"
- Next in thread: Danny Sauer: "Re: [SLE] Apache and multiple Virtual Hosts best practices"
- Reply: Danny Sauer: "Re: [SLE] Apache and multiple Virtual Hosts best practices"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: suse-linux-e@suse.com Date: Fri, 19 Nov 2004 19:12:31 +0100
On Friday 19 November 2004 18:55, Danny Sauer wrote:
> Do keep in mind that this grants all users access to write to each
> other's folders, too. "But I can tell wh ocreates files by looking at
> the UID." True, but you can't tell who typed
> for F in `find ~userIhate/ -type f`; do echo 'owned' > $F; done
> or
> rm -r ~userIhate/
> I'd guess that your typical web hosting provider would want to prevent
> this kind of thing... :)
This is why god gave us the sticky bit
chmod +t /directories
or ACLs, something like
setfacl -R -m g:groupofapache:rwx /directories/
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
- Previous message: Ken Schneider: "Re: [SLE] SuSE 9.2 and future packaging"
- In reply to: Danny Sauer: "Re: [SLE] Apache and multiple Virtual Hosts best practices"
- Next in thread: Danny Sauer: "Re: [SLE] Apache and multiple Virtual Hosts best practices"
- Reply: Danny Sauer: "Re: [SLE] Apache and multiple Virtual Hosts best practices"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|