brian 97/06/13 02:06:04
Modified: info how-to-mirror.html Log: New conditions for serving up mirrors. Revision Changes Path 1.3 +15 -0 apache-site/info/how-to-mirror.html Index: how-to-mirror.html =================================================================== RCS file: /export/home/cvs/apache-site/info/how-to-mirror.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C3 -r1.2 -r1.3 *** how-to-mirror.html 1997/04/03 13:34:15 1.2 --- how-to-mirror.html 1997/06/13 09:06:02 1.3 *************** *** 59,64 **** --- 59,79 ---- time it is checked, which is a very inefficient mechanism for seeing what's been updated on an entire site. + <P> + + There are some other requirements for serving files obtained via FTP: + + <UL> + <LI>There are a few CGI scripts; make sure you have Options ExecCGI enabled. + We are very scrupulous about the CGI scripts distributed, and will ensure + there are no security holes in them. + <LI>Make sure /usr/local/bin/perl exists - it can be perl 4 or 5. + <LI>Make sure your mirror.pl script has "mode_copy=true" to ensure + permissions preservation. + <LI>Set the configuration <code>DocumentIndex index.html index.cgi</code>, or + <code>DocumentIndex index</code> if <code>Options MultiViews</code> is set. + </UL> + <H2>Inform us!</H2> Once the site is set up, send mail to <A