stas 2002/08/06 02:10:19 Modified: . README.SITE Log: more info Revision Changes Path 1.2 +18 -1 modperl-docs/README.SITE Index: README.SITE =================================================================== RCS file: /home/cvs/modperl-docs/README.SITE,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.SITE 6 Aug 2002 09:03:28 -0000 1.1 +++ README.SITE 6 Aug 2002 09:10:19 -0000 1.2 @@ -1,5 +1,10 @@ This docco explains how to update perl.apache.org +The site is being built under /home/perlwww/apache.org/modperl-docs +and then synced into /www/perl.apache.org. + +*** Doing Updates *** + The site is being updated automatically from the crontab. So all you have to do is to commit your changes and wait for them to be picked up by the update system. @@ -43,7 +48,15 @@ so it'll rebuild the html of the modified files. --------- +*** Full filesystem *** + +When the /www/ fs is full and we attempt to copy files over it, the +whole online version may get rendered broken, since some (all) files +will be simply truncated to 0. so the script takes care of checking +whether the filesystem is under 95% (which happens quite often) and +won't update the online version if that's the case. + +*** Permission Problems *** If for some reasons the permissions are getting messed up, first sudo into 'perlwww' user (assuming that you have the perms to do so): @@ -54,3 +67,7 @@ sudo -H -u perlwww tcsh +*** Other Problems *** + +If the problem is with the build system email the docs-dev list. If +the problem with the apache.org machine email [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]