usr/src/cmd/lighttpd14/Solaris/lighttpd.1m.sunman
changeset 3 ad3552f8e1ef
parent 0 b34509ac961f
child 11 87960ed158f9
--- a/usr/src/cmd/lighttpd14/Solaris/lighttpd.1m.sunman	Sun Dec 20 07:12:51 2009 +0200
+++ b/usr/src/cmd/lighttpd14/Solaris/lighttpd.1m.sunman	Sun Dec 20 14:24:34 2009 +0200
@@ -22,9 +22,9 @@
 .\" Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 .\" Use is subject to license terms.
 .\"
-.\" #	ident	"@(#)lighttpd.1m.sunman	1.2	09/02/25 SMI"
+.\" #	ident	"@(#)lighttpd.1m.sunman	1.3	09/11/19 SMI"	
 .\"
-.TH lighttpd 1M "February 2009" "SunOS 5.11" "System Administration Commands"
+.TH lighttpd 1M "October 2009" "SunOS 5.11" "System Administration Commands"
 .SH NAME
 lighttpd \- a fast, secure and flexible webserver
 .SH SYNOPSIS
@@ -36,7 +36,7 @@
 .SH DESCRIPTION
 .sp
 .LP
-The Lighttpd Web Server consists of a server daemon,  a watchdog process, loadable server modules, a utility for spawning backend processes, configuration files and documentation.
+The Lighttpd Web Server consists of a server daemon,  a watchdog process, loadable server modules, configuration files and documentation. 
 .sp
 .LP
 .SH FILES
@@ -91,17 +91,6 @@
 .ne 2
 .mk
 .na
-\fB\fB/usr/lighttpd/[version]/bin\fR\fR
-.ad
-.sp .6
-.RS 4n
-Contains the spawn-fcgi executable.
-.RE
-
-.sp
-.ne 2
-.mk
-.na
 \fB\fB/usr/lighttpd/[version]/man\fR\fR
 .ad
 .sp .6
@@ -229,6 +218,40 @@
 .sp
 .RE
 
+.SH SPAWN-FCGI CHANGES
+.LP
+Version 1.4.23 of the Lighttpd web server sees the refactoring of the spawn-fcgi utility into a separate source distribution and as a result, spawn-fcgi has been spun out into a separate package named SUNWspawn-fcgi. The Lighttpd packages install SUNspawn-fcgi as a dependency and provide symbolic links from the original locations of the spawn-fcgi executable and manpage to the locations delivered by the spawn-fcgi package, i.e.:
+.sp
+.in +2
+.nf
+/usr/lighttpd/1.4/bin/spawn-fcgi -> /usr/bin/spawn-fcgi
+
+/usr/lighttpd/1.4/share/man/man1/spawn-fcgi.1
+                    -> /usr/share/man/man1/spawn-fcgi.1
+.fi
+.in -2
+.sp
+.LP
+These symbolic links may be removed in a future update of the Lighttpd packages
+.sp
+.RE
+
+.SH CONFIGURATION OPTIONS
+.sp
+.LP
+At this time, use of multiple Lighttpd worker processes is discouraged and is not supported by the Lighttpd community. From version 1.4.23 the supplied configuration file has the following line removed:
+.sp
+.in +2
+.nf
+server.max-worker = 4
+.fi
+.in -2
+.sp
+.LP
+The result of this change is that by default, Lighttpd will be run with a single worker process
+.sp
+.RE
+
 .SH ATTRIBUTES
 .sp
 .LP