Apache is an open-source web server that is the most popular on the internet. It is secure, fast, and reliable. Apache supports many features including CGI, SSL, virtual domains, and plug-in modules for extensibility. Apache uses simple text configuration files and is controlled through command line scripts to start, stop, and restart the server process.
It has beentested thoroughly by both developers and users.
11.
APACHE WEB SERVERIt provides a full range of Web server features, including CGI, SSL, and virtual domains.It also supports plug-in modules for extensibility.
The Apache Webserver has been ported to Windows and other network operating systems (NOS). The Apache HTTP Server is web server software notable for playing a key role in the initial growth of the World Wide Web.
SSL utilizes severalstandard network security techniques including public keys, symmetric keys, and certificates. Web sites commonly use SSL to guard private information such as credit card numbers.
41.
CONFIGURATION Instead ofusing a point-and-click graphic user interface (GUI) or Windows Registry keys as most other modern software packages, Apache generally relies on simple text files for its configuration settings.
42.
Configuring Files Apacheuses a system of three text files for managing its configuration data. All three of these files (almost always) appear in Apache's ./conf directory and are designed to be edited by system administrators: httpd.conf for general settings
This file containsa number of other entries (technically called directives), but for most of these, modifications are optional.
55.
The most usefulof these entries is ServerAdmin -- it allows the administrator to set the email address that will be displayed on error pages (such a "404 pages") in the client's browser, giving users a way to contact someone if a site problem occurs: ServerAdmin compnetworking.guide@about.com
56.
Running Apache Apachedoes not run from the inetd super server as many other network servers do.
57.
It is configuredto run standalone for better performance for incoming HTTP requests from client web browsers.
58.
A shell scriptwrapper is included to make starting, stopping, and restarting the server as simple as possible.
*The family of.conf files supports most, but not all of Apache's configuration options. *Other important mechanisms for managing an Apache Web server include the . htaccess file,