04-07-04 02:42 PM
On Tue, 6 Apr 2004 23:58:00 -0500, cobba
<cobba.14bv5m@mail.webservertalk.com> wrote:
>I was just wondering if anyone had any recommendations on the security
>for a hosting environment? eg if you had a databases folder, log
>folder, www folder, what sort of permissions would you put in there?
Configure a database folder outside the web heirarchy for each account
and it can't be accessed directly by HTTP. Instruct users on how to
connect using ADO. Database folders need MODIFY permission for the
anonymous account for that site, so you're stuck there.
Set each site to log to its own folder as well, with pemissions for
the system and the user's account. The rest depends on whether you're
letting clients use a control panel to manage their own permissions,
whether you allow FrontPage extensions, etc.
>Also, how would you configure IIS whether the sites were IP based
>hosting, or name based hosting?
See the ISP section on Microsoft's siste for white papers discussing
this as well as provisioning tools.
Jeff
[ Post a follow-up to this message ]
|