Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 93525 invoked by uid 500); 29 Mar 2003 04:20:50 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 93513 invoked by uid 500); 29 Mar 2003 04:20:49 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 29 Mar 2003 04:20:49 -0000 Message-ID: <20030329042049.90209.qmail@icarus.apache.org> From: nd@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual/platform win_compiling.html.en win_compiling.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N nd 2003/03/28 20:20:49 Modified: docs/manual/mod Tag: APACHE_2_0_BRANCH mpm_common.html.en docs/manual/platform Tag: APACHE_2_0_BRANCH win_compiling.html.en win_compiling.xml Log: - openssl won't compile unless perl Configure is called. - update the openssl version number to 0.9.7 - update transformation of mpm_common.xml Revision Changes Path No revision No revision 1.23.2.4 +18 -18 httpd-2.0/docs/manual/mod/mpm_common.html.en Index: mpm_common.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_common.html.en,v retrieving revision 1.23.2.3 retrieving revision 1.23.2.4 diff -u -r1.23.2.3 -r1.23.2.4 --- mpm_common.html.en 9 Jan 2003 03:15:07 -0000 1.23.2.3 +++ mpm_common.html.en 29 Mar 2003 04:20:48 -0000 1.23.2.4 @@ -82,7 +82,7 @@ file defined by the LockFile directive.
fcntl
-
uses the fnctl(2) system call to lock the +
uses the fcntl(2) system call to lock the file defined by the LockFile directive.
posixsem
@@ -141,7 +141,7 @@ Module:beos, leader, mpm_winnt, perchild, prefork, threadpool, worker

This controls the directory to which Apache attempts to - switch before dumping core. The default is in the + switch before dumping core. The default is in the ServerRoot directory, however since this should not be writable by the user the server runs as, core dumps won't normally get written. If you want a core @@ -164,10 +164,10 @@

The Group directive sets the group under which the server will answer requests. In order to use this - directive, the server must be run initially as root. If you start the - server as a non-root user, it will fail to change to the specified - group, and will instead continue to run as the group of the original - user. Unix-group is one of:

+ directive, the server must be run initially as root. If + you start the server as a non-root user, it will fail to change to the + specified group, and will instead continue to run as the group of the + original user. Unix-group is one of:

A group name
@@ -223,7 +223,7 @@

The Listen directive tells the server to accept incoming requests on the specified port or address-and-port combination. If only a port number is specified, the server listens to - the given port on all interfaces. If an IP address is given as well + the given port on all interfaces. If an IP address is given as well as a port, the server will listen on the given port and interface.

@@ -303,7 +303,7 @@ of the main server process is automatically appended to the filename.

-

Security:

+

Security

It is best to avoid putting this file in a world writable directory such as /var/tmp because someone could create a denial of service attack and prevent the server from starting by @@ -338,7 +338,7 @@

For non-threaded servers (i.e., prefork), MaxClients translates into the maximum number of child processes that will be launched to serve requests. - The default value is 256; to increase it, you must also raise + The default value is 256; to increase it, you must also raise ServerLimit.

For threaded and hybrid servers (e.g. beos @@ -361,7 +361,7 @@ Status:MPM Module:beos, leader, mpm_netware, prefork, threadpool, worker -

The MaxMemFree directive sets the +

The MaxMemFree directive sets the maximum number of free Kbytes that the main allocator is allowed to hold without calling free(). When not set, or when set to zero, the threshold will be set to unlimited.

@@ -385,7 +385,7 @@ process will die. If MaxRequestsPerChild is 0, then the process will never expire.

-

Different default values:

+

Different default values

The default value for mpm_netware and mpm_winnt is 0.

@@ -401,7 +401,7 @@ the number of processes when the server load reduces. -

Note:

+

Note

For KeepAlive requests, only the first request is counted towards this limit. In effect, it changes the behavior to limit the number of connections per @@ -535,12 +535,12 @@ SIGHUP (kill -1) signal to the process id listed in the PidFile.

-

The PidFile is subject to the same warnings about log file - placement and security.

+

The PidFile is subject to the same + warnings about log file placement and security.

Note

- As of Apache 2 it is recommended to use only the apachectl script for - (re-)starting or stopping the server. +

As of Apache 2 it is recommended to use only the apachectl script for + (re-)starting or stopping the server.

@@ -612,8 +612,8 @@

For the prefork MPM, this directive sets the maximum configured value for MaxClients for the lifetime of the - Apache process. For the worker MPM, this directive in combination - with ThreadLimit sets + Apache process. For the worker MPM, this directive + in combination with ThreadLimit sets the maximum configured value for MaxClients for the lifetime of the Apache process. Any attempts to change this directive during a restart will be ignored, but MaxClients can be modified during No revision No revision 1.2.2.2 +2 -1 httpd-2.0/docs/manual/platform/win_compiling.html.en Index: win_compiling.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/platform/win_compiling.html.en,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -u -r1.2.2.1 -r1.2.2.2 --- win_compiling.html.en 11 Dec 2002 22:27:06 -0000 1.2.2.1 +++ win_compiling.html.en 29 Mar 2003 04:20:48 -0000 1.2.2.2 @@ -127,10 +127,11 @@ openssl, obtained from http://www.openssl.org/source/, in order to compile mod_ssl or the abs project (ab.exe with SSL support.) To prepare OpenSSL for both release and debug builds of Apache, and - disable the patent protected features in 0.9.6, you might use the following + disable the patent protected features in 0.9.7, you might use the following build commands:

+ perl Configure VC-WIN32
perl util\mkfiles.pl >MINFO
perl util\mk1mf.pl dll no-asm no-mdc2 no-rc5 no-idea VC-WIN32 >makefile
perl util\mk1mf.pl dll debug no-asm no-mdc2 no-rc5 no-idea VC-WIN32 >makefile.dbg
1.2.2.1 +2 -1 httpd-2.0/docs/manual/platform/win_compiling.xml Index: win_compiling.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/platform/win_compiling.xml,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -r1.2 -r1.2.2.1 --- win_compiling.xml 17 Nov 2002 06:28:40 -0000 1.2 +++ win_compiling.xml 29 Mar 2003 04:20:48 -0000 1.2.2.1 @@ -119,10 +119,11 @@ >http://www.openssl.org/source/, in order to compile mod_ssl or the abs project (ab.exe with SSL support.) To prepare OpenSSL for both release and debug builds of Apache, and - disable the patent protected features in 0.9.6, you might use the following + disable the patent protected features in 0.9.7, you might use the following build commands:

+ perl Configure VC-WIN32
perl util\mkfiles.pl >MINFO
perl util\mk1mf.pl dll no-asm no-mdc2 no-rc5 no-idea VC-WIN32 >makefile
perl util\mk1mf.pl dll debug no-asm no-mdc2 no-rc5 no-idea VC-WIN32 >makefile.dbg