brian 97/08/13 14:48:44
Modified: info how-to-mirror.html
Log:
No longer require CGI to be running on various mirrors, but it really
is necessary to use server-side includes for headers and footers.
Revision Changes Path
1.5 +2 -4 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- how-to-mirror.html 1997/08/03 16:12:00 1.4
+++ how-to-mirror.html 1997/08/13 21:48:43 1.5
@@ -77,14 +77,12 @@
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.
+ <LI>Please enable server-side includes, i.e. <code>Options Includes</code>
or
+ <code>Options IncludesNoExec</code>.
</UL>
<H2>Inform us!</H2>