fanf 00/10/19 12:25:49
Modified: htdocs/manual/vhosts index.html Log: name-based vhosts should come before ip-based vhosts. Revision Changes Path 1.7 +1 -1 httpd-docs-2.0/htdocs/manual/vhosts/index.html Index: index.html =================================================================== RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/vhosts/index.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -u -r1.6 -r1.7 --- index.html 1999/09/04 14:19:25 1.6 +++ index.html 2000/10/19 19:25:47 1.7 @@ -36,8 +36,8 @@ <H2>Virtual Host Support</H2> <UL> -<LI><A HREF="ip-based.html">IP-based Virtual Hosts</A> <LI><A HREF="name-based.html">Name-based Virtual Hosts</A> +<LI><A HREF="ip-based.html">IP-based Virtual Hosts</A> <LI><A HREF="examples.html">Virtual Host examples for common setups</A> <LI><A HREF="details.html">In-Depth Discussion of Virtual Host Matching</A> <LI><A HREF="fd-limits.html">File Descriptor Limits</A>