1apache(1M)              System Administration Commands              apache(1M)
2
3
4

NAME

6       apache - Apache hypertext transfer protocol server overview
7

DESCRIPTION

9       apache  consists of a main server daemon, loadable server modules, some
10       additional support utilities, configuration files, and documentation.
11

FILES

13       The apache HTTPD server is integrated with Solaris.
14
15
16       The following files specify the installation locations for apache:
17
18       /etc/apache            Contains server configuration files.
19
20                              A newly-installed server must be  manually  con‐
21                              figured  before  use.  Typically  this  involves
22                              copying  httpd.conf-example  to  the  httpd.conf
23                              file and making local configuration adjustments.
24
25
26       /usr/apache/bin        Contains  the  httpd executable as well as other
27                              utility programs.
28
29
30       /usr/apache/htdocs     Contains the Apache manual in HTML format.  This
31                              documentation  is accessible by way of a link on
32                              the server test page that  gets  installed  upon
33                              fresh installation.
34
35
36       /usr/apache/include    Contains  the  Apache  header  files,  which are
37                              needed  for  building  various  optional  server
38                              extensions with apxs(8)
39
40
41       /usr/apache/jserv      Contains  documention  for  the  mod_jserv  java
42                              servlet module. Documention can be read  with  a
43                              web browser using the url:
44
45                                file:/usr/apache/jserv/docs/index.html
46
47
48
49
50       /usr/apache/libexec    Contains  loadable  modules (DSOs) supplied with
51                              the server. Any modules which  are  added  using
52                              apxs(8)are also copied into this directory.
53
54
55       /usr/apache/man        Contains  man pages for the server, utility pro‐
56                              grams, and mod_perl.
57
58                              Add this directory to your MANPATH to  read  the
59                              Apache man pages. See NOTES.
60
61
62       /usr/apache/perl5      Contains  the  modules and library files used by
63                              the mod_perl extension to Apache.
64
65
66       /var/apache/cgi-bin    Default location for the CGI scripts.
67
68                              This can be changed by altering  the  httpd.conf
69                              file and restarting the server.
70
71
72       /var/apache/htdocs     Default document root.
73
74                              This  can  be changed by altering the httpd.conf
75                              file and restarting the server.
76
77
78       /var/apache/icons      Icons used by the server.
79
80                              This normally shouldn't need to be changed.
81
82
83       /var/apache/logs       Contains server log files.
84
85                              The formats, names, and locations of  the  files
86                              in this directory can be altered by various con‐
87                              figuration directives in the httpd.conf file.
88
89
90       /var/apache/proxy      Directory used to cache  pages  if  the  caching
91                              feature   of   mod_proxy   is   enabled  in  the
92                              httpd.conf file.
93
94                              The location of the cache can also be changed by
95                              changing   the   proxy   configuration   in  the
96                              httpd.conf file.
97
98

ATTRIBUTES

100       See attributes(5) for descriptions of the following attributes:
101
102
103
104
105       ┌─────────────────────────────┬─────────────────────────────┐
106       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
107       ├─────────────────────────────┼─────────────────────────────┤
108       │Availability                 │SUNWapchr                    │
109       ├─────────────────────────────┼─────────────────────────────┤
110       │                             │SUNWapchu                    │
111       ├─────────────────────────────┼─────────────────────────────┤
112       │                             │SUNWapchd                    │
113       └─────────────────────────────┴─────────────────────────────┘
114

SEE ALSO

116       attributes(5)
117
118
119       http://www.apache.org
120

NOTES

122       In addition to the documentation and man pages included  with  Solaris,
123       more information is available at http://www.apache.org
124
125
126       The Apache man pages are provided with the programming modules. To view
127       the manual pages for the Apache  modules  with  the  man  command,  add
128       /usr/apache/man  to  the  MANPATH  environment variable. See man(1) for
129       more information. Running catman(1M) on the Apache manual pages is  not
130       supported.
131
132
133
134SunOS 5.11                        8 Aug 2000                        apache(1M)
Impressum