Print this page
Bump Apache dependency to Apache 2

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/mod_ipp.4
          +++ new/usr/src/man/man4/mod_ipp.4
↓ open down ↓ 3 lines elided ↑ open up ↑
   4    4  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   5    5  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   6    6  .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7    7  .TH MOD_IPP 4 "Nov 26, 2003"
   8    8  .SH NAME
   9    9  mod_ipp \- Embedded Internet Print Protocol (IPP) listener for the Apache HTTP
  10   10  server
  11   11  .SH SYNOPSIS
  12   12  .LP
  13   13  .nf
  14      -\fB/usr/apache/libexec/mod_ipp.so\fR
       14 +\fB/usr/apache2/2.2/libexec/mod_ipp.so\fR
  15   15  .fi
  16   16  
  17   17  .SH DESCRIPTION
  18   18  .sp
  19   19  .LP
  20   20  The \fBmod_ipp\fR module implements RFCs 2910 and 2911 to provide an IPP
  21   21  handling service for the Apache HTTP server. When loaded on the Apache server,
  22   22  \fBmod_ipp\fR processes all HTTP requests with MIME types of
  23   23  \fBapplication/ipp\fR. The \fBmod_ipp\fR module also processes additional
  24   24  configuration directives to enable or disable portions of the protocol support.
↓ open down ↓ 220 lines elided ↑ open up ↑
 245  245  \fBExample 1 \fRUsing a Configuration File to Start a Standalone Apache Server
 246  246  .sp
 247  247  .LP
 248  248  The following configuration file can be used to start a standalone Apache
 249  249  server to respond to IPP request sent to port 631.
 250  250  
 251  251  .sp
 252  252  .in +2
 253  253  .nf
 254  254  ServerType standalone
 255      -ServerRoot "/usr/apache"
      255 +ServerRoot "/usr/apache2/2.2"
 256  256  PidFile /var/run/httpd-standalone-ipp.pid
 257  257  ErrorLog /var/lp/logs/ipp-errors
 258  258  
 259  259  Timeout 300
 260  260  KeepAlive On
 261  261  MaxKeepAliveRequests 100
 262  262  KeepAliveTimeout 15
 263  263  
 264  264  MinSpareServers 1
 265  265  MaxSpareServers 3
↓ open down ↓ 118 lines elided ↑ open up ↑
 384  384  and require \fBhttp://server:631/...\fR instead. For example, Microsoft's IPP
 385  385  client implementation does not recognize the \fBipp\fR scheme.
 386  386  .sp
 387  387  .LP
 388  388  In addition to the documentation and man pages included with Solaris, more
 389  389  information is available at http://www.apache.org
 390  390  .sp
 391  391  .LP
 392  392  The \fBhttpd\fR(8) man page and other Apache man pages are provided with the
 393  393  programming modules. To view the Apache manual pages with the man command, add
 394      -\fB/usr/apache/man\fR to the \fBMANPATH\fR environment variable. See
      394 +\fB/usr/apache2/2.2/man\fR to the \fBMANPATH\fR environment variable. See
 395  395  \fBman\fR(1) for  more information. Running \fBcatman\fR(1M) on the Apache
 396  396  manual pages is not supported.
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX