Unix and Linux Discussions Tagged with apache |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
16,713 |
What is on Your Mind? |
|
|
|
1 |
14,741 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
32,871 |
AIX |
|
|
|
1 |
13,036 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
6,703 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
10,427 |
News, Links, Events and Announcements |
|
|
|
3 |
11,921 |
Red Hat |
|
|
|
1 |
3,663 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
2,475 |
Shell Programming and Scripting |
|
|
|
1 |
4,798 |
Solaris |
|
|
|
2 |
2,801 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
3,217 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
9,028 |
Red Hat |
|
|
|
1 |
12,641 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
4,015 |
Web Development |
|
|
|
2 |
3,173 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
3,392 |
Linux |
|
|
|
1 |
3,230 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
4,938 |
Web Development |
|
|
|
3 |
6,754 |
HP-UX |
|
|
|
0 |
3,913 |
HP-UX |
|
|
|
4 |
4,669 |
Web Development |
|
|
|
12 |
7,142 |
Shell Programming and Scripting |
|
|
|
1 |
3,176 |
Web Development |
|
|
|
3 |
3,941 |
Red Hat |
|
|
|
5 |
15,634 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,566 |
Web Development |
|
|
|
5 |
4,595 |
Web Development |
|
|
|
14 |
12,854 |
Shell Programming and Scripting |
|
|
|
0 |
6,892 |
Web Development |
|
|
|
1 |
10,022 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,217 |
Red Hat |
|
|
|
3 |
3,377 |
Red Hat |
|
|
|
2 |
6,192 |
Linux |
|
|
|
5 |
3,571 |
Solaris |
|
|
|
3 |
3,632 |
IP Networking |
|
|
|
1 |
4,930 |
Linux |
|
|
|
1 |
5,715 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,752 |
Red Hat |
|
|
|
2 |
3,158 |
Red Hat |
apache(1M) System Administration Commands apache(1M)
NAME
apache - Apache hypertext transfer protocol server overview
DESCRIPTION
apache consists of a main server daemon, loadable server modules, some additional support utilities, configuration files, and documenta-
tion.
FILES
The apache HTTPD server is integrated with Solaris.
The following files specify the installation locations for apache:
/etc/apache Contains server configuration files.
A newly-installed server must be manually configured before use. Typically this involves copying httpd.conf-example
to the httpd.conf file and making local configuration adjustments.
/usr/apache/bin Contains the httpd executable as well as other utility programs.
/usr/apache/htdocs Contains the Apache manual in HTML format. This documentation is accessible by way of a link on the server test page
that gets installed upon fresh installation.
/usr/apache/include Contains the Apache header files, which are needed for building various optional server extensions with apxs(8)
/usr/apache/jserv Contains documention for the mod_jserv java servlet module. Documention can be read with a web browser using the
url:
file:/usr/apache/jserv/docs/index.html
/usr/apache/libexec Contains loadable modules (DSOs) supplied with the server. Any modules which are added using apxs(8)are also copied
into this directory.
/usr/apache/man Contains man pages for the server, utility programs, and mod_perl.
Add this directory to your MANPATH to read the Apache man pages. See NOTES.
/usr/apache/perl5 Contains the modules and library files used by the mod_perl extension to Apache.
/var/apache/cgi-bin Default location for the CGI scripts.
This can be changed by altering the httpd.conf file and restarting the server.
/var/apache/htdocs Default document root.
This can be changed by altering the httpd.conf file and restarting the server.
/var/apache/icons Icons used by the server.
This normally shouldn't need to be changed.
/var/apache/logs Contains server log files.
The formats, names, and locations of the files in this directory can be altered by various configuration directives
in the httpd.conf file.
/var/apache/proxy Directory used to cache pages if the caching feature of mod_proxy is enabled in the httpd.conf file.
The location of the cache can also be changed by changing the proxy configuration in the httpd.conf file.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWapchr |
+-----------------------------+-----------------------------+
| |SUNWapchu |
+-----------------------------+-----------------------------+
| |SUNWapchd |
+-----------------------------+-----------------------------+
SEE ALSO
attributes(5)
http://www.apache.org
NOTES
In addition to the documentation and man pages included with Solaris, more information is available at http://www.apache.org
The Apache man pages are provided with the programming modules. To view the manual pages for the Apache modules with the man command, add
/usr/apache/man to the MANPATH environment variable. See man(1) for more information. Running catman(1M) on the Apache manual pages is not
supported.
SunOS 5.11 8 Aug 2000 apache(1M)