components/apache2/Solaris/apache2.1m.sunman
changeset 2079 46ce7840065c
parent 1356 c6521b210fd9
equal deleted inserted replaced
2078:86a0793d713a 2079:46ce7840065c
     1 '\" te
     1 '\" te
     2 .\" Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
     2 .\" Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
     3 .TH apache2 1M "May 2013" "SunOS 5.12" "System Administration Commands"
     3 .TH apache22 1M "Jul 2014" "SunOS 5.12" "System Administration Commands"
     4 .SH NAME
     4 .SH NAME
     5 apache2 \- Apache HTTP Server Version 2 overview
     5 apache2 \- Apache HTTP Server Version 2.2 overview
     6 .SH SYNOPSIS
     6 .SH SYNOPSIS
     7 .LP
     7 .LP
     8 .nf
     8 .nf
     9 \fBapache2\fR
     9 \fBapache2\fR
    10 .fi
    10 .fi
    11 
    11 
    12 .SH DESCRIPTION
    12 .SH DESCRIPTION
    13 .sp
    13 .sp
    14 .LP
    14 .LP
    15 Apache HTTP Server Version 2 (Apache 2) consists of a main  server daemon,
    15 Apache HTTP Server Version 2.2 (Apache 2) consists of a main  server daemon,
    16 loadable server modules,  some additional  support utilities, configuration
    16 loadable server modules,  some additional  support utilities, configuration
    17 files, and documentation.
    17 files, and documentation.
    18 .sp
    18 .sp
    19 .LP
    19 .LP
    20 Both 32-bit and 64-bit versions of the servers are installed. It also
    20 Both 32-bit and 64-bit versions of the servers are installed. It also
   121 File for specifying the environment settings which the server uses at
   121 File for specifying the environment settings which the server uses at
   122 startup. This is the user-editable version of the 
   122 startup. This is the user-editable version of the 
   123 /usr/apache2/[version]/bin/envvars file. 
   123 /usr/apache2/[version]/bin/envvars file. 
   124 .sp
   124 .sp
   125 Note that this is default path to envvars file only in case where main
   125 Note that this is default path to envvars file only in case where main
   126 configuration file is in directory /etc/apache2/[version]/2.2/. If this
   126 configuration file is in directory /etc/apache2/[version]/. If this
   127 is not the case Apache 2 will look for envvars file in the same
   127 is not the case Apache 2 will look for envvars file in the same
   128 directory where is main configuration file.
   128 directory where is main configuration file.
   129 .RE
   129 .RE
   130 
   130 
   131 .sp
   131 .sp
   410 .RS 4n
   410 .RS 4n
   411 Directory used to cache pages if  the caching feature of \fBmod_proxy\fR is enabled in the \fBhttpd.conf\fR file.
   411 Directory used to cache pages if  the caching feature of \fBmod_proxy\fR is enabled in the \fBhttpd.conf\fR file.
   412 .sp
   412 .sp
   413 The location of the cache can also be changed by changing the proxy
   413 The location of the cache can also be changed by changing the proxy
   414 configuration in the \fBhttpd.conf\fR file.
   414 configuration in the \fBhttpd.conf\fR file.
       
   415 .RE
       
   416 
       
   417 .sp
       
   418 .ne 2
       
   419 .mk
       
   420 .na
       
   421 \fB\fB/usr/bin/\fR\fR
       
   422 .ad
       
   423 .sp .6
       
   424 .RS 4na
       
   425 Contains pkg(5) version based mediated symbolic links to the various
       
   426 Apache 2 utility programs.
   415 .RE
   427 .RE
   416 
   428 
   417 .SH EXAMPLES
   429 .SH EXAMPLES
   418 .LP
   430 .LP
   419 \fBExample 1 \fRTo enable 64-bit server
   431 \fBExample 1 \fRTo enable 64-bit server