brian 96/12/04 21:48:22
Modified: htdocs/manual virtual-host.html
htdocs/manual/misc vif-info.html
Log:
Fixed link to vif-info.html, and removed bizarre CVS-related
lines from vif-info.html (strange how they got there in the first place!)
Revision Changes Path
1.7 +1 -1 apache/htdocs/manual/virtual-host.html
Index: virtual-host.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/virtual-host.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C3 -r1.6 -r1.7
*** virtual-host.html 1996/12/02 18:13:45 1.6
--- virtual-host.html 1996/12/05 05:41:02 1.7
***************
*** 48,54 ****
Due to limitations in the HTTP/1.0 protocol, the web server <strong>must
have a
different IP address for each virtual host</strong>. This can be achieved
by the machine having several physical network connections, or by use
! of a <a href="vif.info">virtual interface</a> on some operating systems.
<h2>How to set up Apache</h2>
There are two ways of configuring apache to support multiple hosts.
--- 48,54 ----
Due to limitations in the HTTP/1.0 protocol, the web server <strong>must
have a
different IP address for each virtual host</strong>. This can be achieved
by the machine having several physical network connections, or by use
! of a <a href="misc/vif-info.html">virtual interface</a> on some operating
systems.
<h2>How to set up Apache</h2>
There are two ways of configuring apache to support multiple hosts.
1.2 +0 -25 apache/htdocs/manual/misc/vif-info.html
Index: vif-info.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/vif-info.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** vif-info.html 1996/11/21 09:55:52 1.1
--- vif-info.html 1996/12/05 05:48:20 1.2
***************
*** 143,176 ****
---------------------netinet/if_vif.c--------------------------------------
/*
- * HISTORY
- * $Log: vif-info.html,v $
- * Revision 1.1 1996/11/21 09:55:52 brian
- * Added SSI headers and footers to all documents. HTML-ized the vif-info
doc.
- *
- * Revision 1.1 1996/11/21 09:17:51 brian
- * Realized "misc" was better than "info" to describe this subdir. Yeah, I
know,
- * I apologize.
- *
- * Revision 1.1 1996/11/21 08:49:26 brian
- * Moved these files to an info/ directory, to distinguish them from server
- * directive documentation.
- *
- * Revision 1.1 1996/11/18 19:51:09 paul
- * New manual setup. This is the current docs for all versions of the
- * server merged into a single manual.
- *
- * Revision 1.1 1996/11/02 13:19:59 ben
- * Initial versions.
- *
- * Revision 1.1 1996/11/01 19:07:14 ben
- * Initial checkin of Apache documentation.
- *
- */
-
- /*
- * $Header: /export/home/cvs/apache/htdocs/manual/misc/vif-info.html,v 1.1
1996/11/21 09:55:52 brian Exp $
- *
* Virtual IP interface module.
*/
--- 143,148 ----