On Wed, 20 Sep 2006, Daniel Ouellet wrote: John Draper wrote: > Can someone please make a recommendation, or point me to any docs that > might be in the > OpenBSD Site... the only docs I could find is in the FAQ, and it only > mentions operation of > the server in chrooted mode, but nothing on setting it up. > Assuming you run more than one virtual site, a good convention is:
chroot: /var/www Site Home: /var/www/MySite1 HTML Docs: /var/www/MySite1/html Logs (if separate) /var/www/MySite1/logs Password file: /var/www/MySite1/password Note that the file 'pasword' is visible to Apache (inside the chroot), but is **NOT** visible to the home directory for that virtual host. (man htpasswd to manipulate password file) Lee ================================================ Leland V. Lammert [EMAIL PROTECTED] Chief Scientist Omnitec Corporation Network/Internet Consultants www.omnitec.net ================================================