Author: gmcdonald Date: Sat Jul 31 12:30:30 2010 New Revision: 981044 URL: http://svn.apache.org/viewvc?rev=981044&view=rev Log: Add notes for the new Forrest Jail
Modified: forrest/zone/README.txt Modified: forrest/zone/README.txt URL: http://svn.apache.org/viewvc/forrest/zone/README.txt?rev=981044&r1=981043&r2=981044&view=diff ============================================================================== --- forrest/zone/README.txt (original) +++ forrest/zone/README.txt Sat Jul 31 12:30:30 2010 @@ -2,3 +2,45 @@ These are the files and directory struct forrest.zones.apache.org See http://forrest.apache.org/zone.html + +Below notes for new Forrest Jail +-------------------------------- + +The Zone is located on a FreeBSD 8.x jail. +Infra will take care of updates/upgrades. + +Layout for the Forrest Jail (located on Sigyn) + +Java - currently only 1.5 in /usr/local/bin/java + +crontab is owned by the 'forrest' user. (see config/crontab.txt) + +/home/forrest/ - home directory of the 'forrest' user. +Everything you need is in here!! + +/home/forrest/config - was /export/home/config +/home/forrest/htdocs - was /var/apache2/htdocs +/home/forrest/sources - was /export/opt + +Apache Notes: + +Apache Config files located in + +/usr/local/etc/apache22 + +DocumentRoot is /usr/local/www/apache22/data + +Which is symlinked to: +/usr/local/www/apache22/data -> /home/forrest/htdocs + +Start/Stop Apache + +sudo /usr/local/etc/rc.d/apache22 [start|stop] + +To alter anything in /home/forrest/* log in and change to the 'forrest' +user: + +sudo -s -u forrest -H + +End of notes. +--------------------------------