Defindit Docs and Howto Home

This page last modified: May 15 2007
- Secure files have a natural (and obvious) location in /home/userid 
or /home/userid/somedir if the site is in /home/userid/public_html. Not
true for /www/doc/

- Each user runs CGI as themself, instead of all CGI running as "apache".

- virtual hosting puts logs in the individual /home/userid/logs
enabling each developer to see logs immediately, but preserving privacy
of other user's logs

- /home is probably a large file system already, and expected to grow. /var or /www
or / are not necessarily large file systems, and don't need to be large.

- Virtually hosted CGI in public_html can easily be run via suExec with a 
RewriteEngine rule.