brian       97/04/21 13:46:05

  Modified:    info      apache_on_linux.html apache_users.html
  Log:
  Made a few rooted-relative references into fully-relative references,
  to aid mirror maintainers for whom the apache mirror is a subdirectory.
  
  Revision  Changes    Path
  1.2       +10 -6     apache-site/info/apache_on_linux.html
  
  Index: apache_on_linux.html
  ===================================================================
  RCS file: /export/home/cvs/apache-site/info/apache_on_linux.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** apache_on_linux.html      1997/03/25 04:43:17     1.1
  --- apache_on_linux.html      1997/04/21 20:46:03     1.2
  ***************
  *** 5,20 ****
    
    <BODY>
    
  ! <H3>
  ! <center>
  ! These pages are very old.  The new version of these pages can be found at 
<a href="http://www.qosina.com/apache/";>http://www.qosina.com/apache/</a> util 
I can move them over to www.apache.org.  I also need to convert HTML 3.0 code 
to HTML 2.0 code, so if you have Netscape 2.0 you may want to look at my site 
anyway.  If you an have any questions you can email me at: <a 
href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>.
  ! </center>
  ! </h3>
    <p>
    <H1 ALIGN="CENTER">Configuring linux to run Apache 0.8 + with virtual 
hosts</H1>
    
    <P>Some advice on configuring Linux so that it can run <A 
HREF="/">Apache</A>
  ! and <A HREF="/docs/virtual-host.html">virtual hosts</A></P>
    
    <OL>
      <LI>You'll need linux kernel <B>1.2.x</B> ( &gt;=5 recommended) and 
compile with the following options:
  --- 5,24 ----
    
    <BODY>
    
  ! <H3 align=center>
  ! These pages are very old.  The new version of these pages can be found
  ! at <a
  ! href="http://www.qosina.com/apache/";>http://www.qosina.com/apache/</a>
  ! util I can move them over to www.apache.org.  I also need to convert
  ! HTML 3.0 code to HTML 2.0 code, so if you have Netscape 2.0 you may
  ! want to look at my site anyway.  If you an have any questions you can
  ! email me at: <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>.
  ! </H3>
    <p>
    <H1 ALIGN="CENTER">Configuring linux to run Apache 0.8 + with virtual 
hosts</H1>
    
    <P>Some advice on configuring Linux so that it can run <A 
HREF="/">Apache</A>
  ! and <A HREF="../docs/virtual-host.html">virtual hosts</A></P>
    
    <OL>
      <LI>You'll need linux kernel <B>1.2.x</B> ( &gt;=5 recommended) and 
compile with the following options:
  
  
  
  1.2       +3 -4      apache-site/info/apache_users.html
  
  Index: apache_users.html
  ===================================================================
  RCS file: /export/home/cvs/apache-site/info/apache_users.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** apache_users.html 1997/03/25 04:43:17     1.1
  --- apache_users.html 1997/04/21 20:46:04     1.2
  ***************
  *** 1,7 ****
    <HTML>
    <HEAD>
    <TITLE>Users of Apache</TITLE>
  - <!-- Changed by: Randy Terbush, 28-Feb-1996 -->
    </HEAD>
    
    <BODY>
  --- 1,6 ----
  ***************
  *** 789,802 ****
    
    <P>Help spread the word... feel free to use the "Powered by Apache" logo 
(below) on your pages.</P>
    
  ! <P ALIGN="CENTER"><A HREF="/images/apache_pb.gif"><IMG BORDER=0
  ! SRC="/images/apache_pb.gif" ALT="Powered by Apache" WIDTH="259" 
HEIGHT="32"></A>
    </P>
    
    <HR>
    
    <P ALIGN="CENTER">
  ! <A HREF="/"><IMG SRC="/images/apache_home.gif" ALT="Home"></A>
    </P>
    
    
  --- 788,801 ----
    
    <P>Help spread the word... feel free to use the "Powered by Apache" logo 
(below) on your pages.</P>
    
  ! <P ALIGN="CENTER"><A HREF="../images/apache_pb.gif"><IMG BORDER=0
  ! SRC="../images/apache_pb.gif" ALT="Powered by Apache" WIDTH="259" 
HEIGHT="32"></A>
    </P>
    
    <HR>
    
    <P ALIGN="CENTER">
  ! <A HREF="/"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
    </P>
    
    
  
  
  

Reply via email to