Re: cvs commit: apache/htdocs/manual/mod mod_auth_anon.html mod_example.html mod_mime.html mod_proxy.html

1997-11-02 Thread Dean Gaudet
Aw shoot, this one is screwed up. 

Dean

On 2 Nov 1997 [EMAIL PROTECTED] wrote:

> dgaudet 97/11/01 16:16:11
> 
>   Modified:htdocs/manual Tag: APACHE_1_2_X LICENSE install.html
> invoking.html suexec.html vhosts-in-depth.html
>htdocs/manual/misc Tag: APACHE_1_2_X FAQ.html
> compat_notes.html fin_wait_2.html perf.html
>htdocs/manual/mod Tag: APACHE_1_2_X mod_auth_anon.html
> mod_example.html mod_mime.html mod_proxy.html
>   Log:
>   yet more merges from 1.3
>   
>   Revision  ChangesPath
>   No   revision
>   
>   
>   No   revision
>   
>   
>   1.3.2.1   +2 -1  apache/htdocs/manual/LICENSE
>   
>   Index: LICENSE
>   ===
>   RCS file: /export/home/cvs/apache/htdocs/manual/LICENSE,v
>   retrieving revision 1.3
>   retrieving revision 1.3.2.1
>   diff -u -r1.3 -r1.3.2.1
>   --- LICENSE 1997/01/01 18:32:13 1.3
>   +++ LICENSE 1997/11/02 00:15:58 1.3.2.1
>   @@ -20,7 +20,8 @@
> *
> * 4. The names "Apache Server" and "Apache Group" must not be used to
> *endorse or promote products derived from this software without
>   - *prior written permission.
>   + *prior written permission. For written permission, please contact
>   + *[EMAIL PROTECTED]
> *
> * 5. Redistributions of any form whatsoever must retain the following
> *acknowledgment:
>   
>   
>   
>   1.9.2.2   +8 -3  apache/htdocs/manual/install.html
>   
>   Index: install.html
>   ===
>   RCS file: /export/home/cvs/apache/htdocs/manual/install.html,v
>   retrieving revision 1.9.2.1
>   retrieving revision 1.9.2.2
>   diff -u -r1.9.2.1 -r1.9.2.2
>   --- install.html1997/11/01 23:39:21 1.9.2.1
>   +++ install.html1997/11/02 00:15:59 1.9.2.2
>   @@ -51,7 +51,7 @@
> 
>  Select modules to compile into Apache in the
>  Configuration file. Uncomment lines corresponding to
>   -  those optional modules you wish to include (among the Module lines
>   +  those optional modules you wish to include (among the AddModule lines
>  at the bottom of the file), or add new lines corresponding to
>  additional modules you have downloaded or written. (See   HREF="misc/API.html">API.html for preliminary docs on how to
>   @@ -83,7 +83,12 @@
> + configured for  platform
> + setting C compiler to  *
> + setting C compiler optimization-level to  *
>   -%
>   + + Adding selected modules
>   + + doing sanity check on compiler and options
>   +Creating Makefile in support
>   +Creating Makefile in main
>   +Creating Makefile in os/unix
>   +Creating Makefile in modules/standard
>   
>  
>
>   @@ -159,7 +164,7 @@
>
>To start the server, simply run httpd. This will look for
>httpd.conf in the location compiled into the code (by
>   -default /usr/local/etc/httpd/conf/httpd.conf). If
>   +default /usr/local/apache/conf/httpd.conf). If
>this file is somewhere else, you can give the real
>location with the -f argument. For example:
>
>   
>   
>   
>   1.11.2.2  +1 -1  apache/htdocs/manual/invoking.html
>   
>   Index: invoking.html
>   ===
>   RCS file: /export/home/cvs/apache/htdocs/manual/invoking.html,v
>   retrieving revision 1.11.2.1
>   retrieving revision 1.11.2.2
>   diff -u -r1.11.2.1 -r1.11.2.2
>   --- invoking.html   1997/11/01 23:39:21 1.11.2.1
>   +++ invoking.html   1997/11/02 00:16:00 1.11.2.2
>   @@ -30,7 +30,7 @@
>Set the initial value for the
>ServerRoot variable to
>serverroot. This can be overridden by the ServerRoot command in 
> the
>   -configuration file. The default is /usr/local/etc/httpd.
>   +configuration file. The default is /usr/local/apache.
>
>-f config
>Execute the commands in the file config on startup. If
>   
>   
>   
>   1.11.2.3  +6 -6  apache/htdocs/manual/suexec.html
>   
>   Index: suexec.html
>   ===
>   RCS file: /export/home/cvs/apache/htdocs/manual/suexec.html,v
>   retrieving revision 1.11.2.2
>   retrieving revision 1.11.2.3
>   diff -u -r1.11.2.2 -r1.11.2.3
>   --- suexec.html 1997/11/01 23:39:25 1.11.2.2
>   +++ suexec.html 1997/11/02 00:16:00 1.11.2.3
>   @@ -326,14 +326,14 @@
>  * transactions and errors logged for auditing and
>  * debugging purposes.
>  */
>   - #define LOG_EXEC "/usr/local/etc/httpd/logs/cgi.log" /* Need me? */
>   + #define LOG_EXEC "/usr/local/apache/logs/cgi.log" /* Need me? */
>
> /*
>  * DOC_ROOT -- Define as the DocumentRoot set for Apache.  This
>  *

cvs commit: apache/htdocs/manual/mod mod_auth_anon.html mod_example.html mod_mime.html mod_proxy.html

1997-11-02 Thread dgaudet
dgaudet 97/11/01 16:16:11

  Modified:htdocs/manual Tag: APACHE_1_2_X LICENSE install.html
invoking.html suexec.html vhosts-in-depth.html
   htdocs/manual/misc Tag: APACHE_1_2_X FAQ.html
compat_notes.html fin_wait_2.html perf.html
   htdocs/manual/mod Tag: APACHE_1_2_X mod_auth_anon.html
mod_example.html mod_mime.html mod_proxy.html
  Log:
  yet more merges from 1.3
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.3.2.1   +2 -1  apache/htdocs/manual/LICENSE
  
  Index: LICENSE
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/LICENSE,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- LICENSE   1997/01/01 18:32:13 1.3
  +++ LICENSE   1997/11/02 00:15:58 1.3.2.1
  @@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
*endorse or promote products derived from this software without
  - *prior written permission.
  + *prior written permission. For written permission, please contact
  + *[EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
*acknowledgment:
  
  
  
  1.9.2.2   +8 -3  apache/htdocs/manual/install.html
  
  Index: install.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/install.html,v
  retrieving revision 1.9.2.1
  retrieving revision 1.9.2.2
  diff -u -r1.9.2.1 -r1.9.2.2
  --- install.html  1997/11/01 23:39:21 1.9.2.1
  +++ install.html  1997/11/02 00:15:59 1.9.2.2
  @@ -51,7 +51,7 @@

 Select modules to compile into Apache in the
 Configuration file. Uncomment lines corresponding to
  -  those optional modules you wish to include (among the Module lines
  +  those optional modules you wish to include (among the AddModule lines
 at the bottom of the file), or add new lines corresponding to
 additional modules you have downloaded or written. (See API.html for preliminary docs on how to
  @@ -83,7 +83,12 @@
+ configured for  platform
+ setting C compiler to  *
+ setting C compiler optimization-level to  *
  -%
  + + Adding selected modules
  + + doing sanity check on compiler and options
  +Creating Makefile in support
  +Creating Makefile in main
  +Creating Makefile in os/unix
  +Creating Makefile in modules/standard
  
 
   
  @@ -159,7 +164,7 @@
   
   To start the server, simply run httpd. This will look for
   httpd.conf in the location compiled into the code (by
  -default /usr/local/etc/httpd/conf/httpd.conf). If
  +default /usr/local/apache/conf/httpd.conf). If
   this file is somewhere else, you can give the real
   location with the -f argument. For example:
   
  
  
  
  1.11.2.2  +1 -1  apache/htdocs/manual/invoking.html
  
  Index: invoking.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/invoking.html,v
  retrieving revision 1.11.2.1
  retrieving revision 1.11.2.2
  diff -u -r1.11.2.1 -r1.11.2.2
  --- invoking.html 1997/11/01 23:39:21 1.11.2.1
  +++ invoking.html 1997/11/02 00:16:00 1.11.2.2
  @@ -30,7 +30,7 @@
   Set the initial value for the
   ServerRoot variable to
   serverroot. This can be overridden by the ServerRoot command in the
  -configuration file. The default is /usr/local/etc/httpd.
  +configuration file. The default is /usr/local/apache.
   
   -f config
   Execute the commands in the file config on startup. If
  
  
  
  1.11.2.3  +6 -6  apache/htdocs/manual/suexec.html
  
  Index: suexec.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/suexec.html,v
  retrieving revision 1.11.2.2
  retrieving revision 1.11.2.3
  diff -u -r1.11.2.2 -r1.11.2.3
  --- suexec.html   1997/11/01 23:39:25 1.11.2.2
  +++ suexec.html   1997/11/02 00:16:00 1.11.2.3
  @@ -326,14 +326,14 @@
 * transactions and errors logged for auditing and
 * debugging purposes.
 */
  - #define LOG_EXEC "/usr/local/etc/httpd/logs/cgi.log" /* Need me? */
  + #define LOG_EXEC "/usr/local/apache/logs/cgi.log" /* Need me? */
   
/*
 * DOC_ROOT -- Define as the DocumentRoot set for Apache.  This
 * will be the only hierarchy (aside from UserDirs)
 * that can be used for suEXEC behavior.
 */
  - #define DOC_ROOT "/usr/local/etc/httpd/htdocs"
  + #define DOC_ROOT "/usr/local/apache/htdocs"
   
/*
 * SAFE_PATH -- Define a safe PATH environment to pass to CGI 
executables.
  @@ -360,7 +360,