Best practice, or generally best way to set up web-hosting server, permissions, etc.

Posted by Jagot on Server Fault See other posts from Server Fault or by Jagot
Published on 2011-03-02T13:29:18Z Indexed on 2011/03/02 15:27 UTC
Read the original article Hit count: 226

Filed under:
|
|

Hi,

I'm about to set up a server upon which a friend and I will be hosting web sites, and I'll be using Debian. I've set up a LAMP solution many times just to using for local testing purposes, but never for actual production use.

I was wondering what are the best practices are in terms of setting the server up, in reference specifically to accessing the web root directory. A couple of the options I have seen:

  • Set up a single user account on the server for us both to use and use a virtual host to point to the somewhere in the home directory, e.g. /home/webdev/www.
  • Set each of us up a user account, and grant permissions in some way to /var/www (What would be the best way? Set up a new group?)

I want to get this right when I first set this up as there won't be any going back for a while once our first site is up and running.

Appreciate any guidance in advance.

© Server Fault or respective owner

Related posts about apache

Related posts about linux