The Apache Web server
The Apache HTTP server. Very few programs have spread so quickly and attracted such a large following in such a short time as this HTTP server. According to Netcraft, Apache runs on about 49.05% of all servers attached to the Internet. That represents about 1,182,142 systems. It has replaced within only a few months the NCSA server which, until then was the unchallenged favorite. This is undoubtedly because Apache was derived from the NCSA server sources and that its configuration is compatible to that of NCSA/1.3. The Apache project was established to provide a forum for the development of a freely available HTTP server. The goal is to develop a secure, efficient, and easily extendable server, which also closely parallels the development of the HTTP protocol. Thus Apache became a replacement to NCSA/1.3. Besides better performance, the removal of known errors, and better conformance to HTTP standards (HTTP/1.1), Apache offers the following useful features, which are often missing in other servers: * password files, used to protect documents from unauthorized access, can be indexed in various ways. The search for an entry is as a result more efficient than in ordinary text files. * client-request errors can be responded to in a flexible manner. CGI scripts can be used to analyze the error and generate more informative replies to both the client and the administrator than the HTTP status codes offer. * there is no restriction on aliasing and redirection. The Alias and Redirect directives can be used in arbitrary number and depth. * Apache can choose the best representation of a resource based on the browser-supplied preferences for media type, languages, character set and encoding ("Content Negotiation"). * with Apache you can implement several virtual servers. Thus requests to different IP addresses (referring to the same computer) can be distinguished and, depending on the IP address, appropriately handled. Further advantages are the module concept and the well-documented API (Application Programmers Interface). Extensions are easily developed and new features are easily integrated into the server. For example, an implementation of the Secure Socket Layer (SSL) from Netscape exists for Apache. This permits secure communication between server and client. Apache is installed in the following directories: /etc/httpd -> configuration files /usr/sbin/httpd -> server binary /var/log/httpd/ -> protocol files /var/run/httpd.pid -> server PID /usr/local/httpd -> server root /etc/init.d/apache -> Start/Stop script Authors: -------- Rob McCool <robm@netscape.com> Robert S. Thau <rst@ai.mit.edu> Roy T. Fielding <fielding@avron.ics.uci.edu> Brian Behlendorf <brian@wired.com> Harald Hanche-Olsen <hanche@imf.unit.no> David Robinson <kluft@amdahl.com> Wietse Venema <drtr@ast.cam.ac.uk> Keith Shafer <Keith.Shafer@SanDiegoCA.ATTGIS.COM> Kevin Steves <stevesk@mayfield.hp.com> SuSE series: n
- 1 error
Source Files
Filename | Size | Changed | Actions |
---|---|---|---|
README.SuSE.apache | 00000046264.52 KB | 1191776055about 17 years ago | |
SuSEconfig.apache | 00000047614.65 KB | 1191776057about 17 years ago | |
apache-1.3.37.spec | 000004649345.4 KB | 1191776058about 17 years ago | |
apache-mod_ssl.rc.config | 0000000585585 Bytes | 1191776059about 17 years ago | |
apache_1.3.37.tar.gz | 00026653702.54 MB | 1191776061about 17 years ago | |
certificate.sh | 000000008383 Bytes | 1191776062about 17 years ago | |
contrib.tgz | 000001410513.8 KB | 1191776063about 17 years ago | |
example.tgz | 000009320191 KB | 1191776064about 17 years ago | |
favicon.ico | 0000000302302 Bytes | 1191776065about 17 years ago | |
generate_modssl_test_certificate | 00000024502.39 KB | 1191776066about 17 years ago | |
index.tar.bz2 | 000001802017.6 KB | 1191776068about 17 years ago | |
mkcert.sh | 000003453733.7 KB | 1191776069about 17 years ago | |
mod_ssl-2.8.28-1.3.37.tar.gz | 0000820417801 KB | 1191776070about 17 years ago | |
module.mod_ssl | 0000000153153 Bytes | 1191776071about 17 years ago | |
module.mod_sxnet | 0000000153153 Bytes | 1191776073about 17 years ago | |
module.public_html | 0000000175175 Bytes | 1191776074about 17 years ago | |
rc.apache | 00000040313.94 KB | 1191776075about 17 years ago | |
rc.config.apache | 000000007878 Bytes | 1191776076about 17 years ago | |
rc.config.d.apache | 00000018961.85 KB | 1191776077about 17 years ago | |
robots.txt | 0000000231231 Bytes | 1191776078about 17 years ago | |
suse_public_html.conf | 0000000427427 Bytes | 1191776080about 17 years ago |
Latest Revision
netmax
committed
about 17 years ago (revision 1)