[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

web s



Update of /org/volatile.debian.net/cvs/web
In directory alius:/org/volatile.debian.net/web

Modified Files:
	mirroring.html 
Log Message:
apache settings


Index: mirroring.html
===================================================================
RCS file: /org/volatile.debian.net/cvs/web/mirroring.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- mirroring.html	6 Aug 2005 00:45:42 -0000	1.7
+++ mirroring.html	6 Aug 2005 00:57:39 -0000	1.8
@@ -156,6 +156,28 @@
 time to time please expect this archive to grow.
 </p>
 
+<h2>Recommended additional settings</h2>
+
+<p>If you are going to make the Debian mirror available through HTTP, please
+add the following settings to your Apache configuration (presuming, of course,
+you will use Apache), where /path/to/your/debian/mirror should be the actual
+name of the directory where you keep the mirror:</p>
+
+<pre>
+   ReadmeName /path/to/your/debian/mirror/README
+
+   <Directory /path/to/your/debian/mirror>
+      Options +Indexes +SymlinksIfOwnerMatch
+      IndexOptions NameWidth=*
+      ReadmeName README.txt
+   </Directory>
+</pre>			   
+
+<p>This enables the directory indices and makes sure and that following
+symlinks will work. Also file names in the directory indices won't be
+truncated.</p>
+
+
 <br /><br /><br />
 
 <hr />



Reply to: