Separate shell and www servers...

David L Norris dave at webaugur.com
Tue Aug 17 03:14:25 UTC 2004


On Mon, 2004-08-16 at 11:28 -0600, Ashley M. Kirchner wrote:
>     I want to separate our web server from our shell server and put them 
> on separate machines.

OK...

> Right now, each user has their own little web 
> folder under their home directory.  What's the best way to accomplish 
> this separation task?  Create one mountable partition, and have symlinks 
> to individual (user) folders with in that?

Many web hosts I've seen will place all web content into the
DocumentRoot and then assign permissions accordingly.  Then they symlink
the user's web directory to ~/public_html to make it visible in SSH/FTP.

For example, one web host I use does this:
  /usr/home  - Home
  /usr/www   - Web (Apache DocumentRoot)
  /usr/boxes - Mailboxes

So, user "bob" would have these directories:
  /usr/home/bob
  /usr/www/bob
  /usr/boxes/bob

And a convenient symlink:
  /usr/home/bob/public_html -> /usr/www/bob

-- 
 David Norris
  http://www.webaugur.com/dave/
  ICQ - 412039
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20040816/33ca4b33/attachment-0001.sig>


More information about the fedora-list mailing list