Modules | Directives | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Modules . ... Description: . User authentication using MD5 Digest Authentication. ... Experimental . ... auth_digest_module . ... mod_auth_digest.c . This module implements HTTP Digest Authentication. ... Using Digest Authentication . ... The AuthDigestFile directive sets the name of a textual file containing the list of users and encoded passwords for digest authentication. ...
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > SSL/TLS . ... A. Tanenbaum , "Introduction to Computer Networks" . As an introduction this chapter is aimed at readers who are familiar with the Web, HTTP, and Apache, but are not security experts. ... Certificates . ... SSL provides for secure communication between client and server by allowing mutual authentication, the use of digital signatures for integrity, and encryption for privacy. ... SSL v2.0 . ...
... FAQ | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > FAQ . ... The latest version of this FAQ is always available from the main Apache web site, at < http://httpd.apache.org/docs-2.0/faq/ >. Since Apache 2.0 is quite new, we don't yet know what the Frequently Asked Questions will be. ... Support . Error Messages . ... The latest version of the Apache Frequently-Asked Questions list can always be found at the main Apache web site. ...
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > SSL/TLS . ... Cipher Suites and Enforced Strong Security . ... SSLv2 only server . strong encryption only server . ... stronger per-directory requirements . The following creates an SSL server which speaks only the SSLv2 protocol and its ciphers. ... In short: The server has a Global ID server certificate, signed by a special CA certificate from Verisign which enables strong encryption in export browsers. ...
... Apache HTTP Server Version 2.0 . ... The number of worker serving requests . ... Access the page http://your.server.name/server-status?refresh=N to refresh the page every N seconds. A machine-readable version of the status file is available by accessing the page http://your.server.name/server-status?auto . ... It should be noted that if mod_status is compiled into the server, its handler capability is available in all configuration files, including per -directory files ( e.g. , .htaccess ). ...
... Apache HTTP Server Version 2.0 . ... Any file that has the mime type application/x-httpd-cgi or handler cgi-script (Apache 1.1 or later) will be treated as a CGI script, and run by the server, with its output being returned to the client. ... The default behavior, if AcceptPathInfo is not given, is that mod_cgi will accept path info (trailing /more/path/info following the script filename in the URI), while the core server will return a 404 NOT FOUND error for requests with additional path info. ...
... Apache HTTP Server Version 2.0 . ... htdigest is used to create and update the flat-files used to store usernames, realm and password for digest authentication of HTTP users. Resources available from the Apache HTTP server can be restricted to just the users listed in the files created by htdigest . ... For details of the directives necessary to configure digest authentication in httpd see the Apache manual, which is part of the Apache distribution or can be found at http://httpd.apache.org/ . ...
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Modules . ... On Unix machines, Apache creates several children, the children process requests one at a time. Each child can serve multiple requests in its lifetime. ... To distinguish time we will use a Unix timestamp (seconds since January 1, 1970 UTC), and a 16-bit counter. ... The quadruple ( ip_addr, pid, time_stamp, counter ) is sufficient to enumerate 65536 requests per second per httpd process. ...
Modules | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 . ... This document describes the terms that are used to describe each Apache module . ... This indicates how tightly bound into the Apache Web server the module is; in other words, you may need to recompile the server in order to gain access to the module and its functionality. ... Modules which are not included with the base Apache distribution ("third-party modules") may use the "External" status. ...
... Apache HTTP Server Version 2.0 . ... For example, the following configuration will map /cgi-bin/script.pl to /usr/local/apache2/cgi-bin/script.pl in all cases: . ... A request for http://www.example.com/directory/file.html will be satisfied by the file /usr/local/apache/vhosts/www.example.com/directory/file.html . ... A request for http://www.domain.example.com/directory/file.html will be satisfied by the file /usr/local/apache/vhosts/example.com/d/o/m/domain/directory/file.html . ...
Modules | ... Apache HTTP Server Version 2.0 . ... Provides for user authentication using DBM files . ... This module provides for HTTP Basic Authentication, where the usernames and passwords are stored in DBM type database files. ... Combining Group and Password DBM files: In some cases it is easier to manage a single database which contains both the password and group details for each user. ... This program can be used to create and update DBM format password files for use with this module. ...
Modules | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Modules . ... Allows "anonymous" user access to authenticated areas . ... This module does access control in a manner similar to anonymous-ftp sites; i.e. have a 'magic' user id 'anonymous' and the email address as a password. ... When set On the 'password' entered is checked for at least one '@' and a '.' to encourage users to enter valid email addresses (see the above Anonymous_LogEmail ). ...
Modules | Directives | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Modules . ... Previous releases of Apache have included a module which generates a 'clickstream' log of user activity on a site using cookies. ... In Apache 1.2 and later this module has been renamed the "user tracking" module, mod_usertrack. ... Previously, the cookies module (now the user tracking module) did its own logging, using the CookieLog directive. ... Syntax: . ...
... Apache HTTP Server Version 2.0 . Apache > HTTP-Server > Dokumentation > Version 2.0 . ... Dieses Dokument beschreibt einige der wichtigsten Дnderungen des Apache HTTP Servers 2.0 gegenьber der Version 1.3. ... Apache 2.0 enthдlt die "Perl Compatible Regular Expression Library" (PCRE). ... Das Proxy Modul wurde komplett neu geschrieben um die Mцglichkeiten der neuen Filter-Funktionalitдt auszuschцpfen und um einen zuverlдssigen Proxy zu haben, der den HTTP/1.1-Spezifikationen entspricht. ...
... Apache HTTP Server Version 2.0 . ... userdir_module . ... A request for http://www.foo.com/~bob/one/two.html will be translated to: . ... http://www.foo.com/users/bob/one/two.html . ... http://www.foo.com/bob/usr/one/two.html . ... http://www.foo.com/~bob/one/two.html . ... With a request for http://www.foo.com/~bob/one/two.html, will try to find the page at ~bob/public_html/one/two.html first, then /usr/web/bob/one/two.html, and finally it will send a redirect to http://www.foo.com/bob/one/two.html...
... Apache HTTP Server Version 2.0 . ... mpm_prefork_module . ... Dieses Multi-Processing-Modul (MPM) implementiert einen im Voraus forkenden Webserver ohne Thread-UnterstЭtzung, der Anfragen auf Дhnliche Weise behandelt wie der Apache 1.3. Es ist fЭr Angebote geeignet, die aus KompatibilitДtsgrЭnden mit nicht-Thread-sicheren Bibliotheken Threading vermeiden mЭssen. ... MinSpareServers . ... Die Direktive MinSpareServers bestimmt das gewЭnschte Minimum der unbeschДftigten Kindprozesse des Servers. ...
... Apache HTTP Server Version 2.0 . ... cern_meta_module . Source File: . mod_cern_meta.c . Emulate the CERN HTTPD Meta file semantics. Meta files are HTTP headers that can be output in addition to the normal range of headers for each file accessed. ... Name of the directory to find CERN-style meta information files . ... Specifies the name of the directory in which Apache can find meta information files. ... File name suffix for the file containg CERN-style meta information . ...
... Apache HTTP Server Version 2.0 . ... Allows an LDAP directory to be used to store the database for HTTP Basic authentication. ... mod_auth_ldap supports the following features: . ... If a single unique match is found, then mod_auth_ldap attempts to bind to the directory server using the DN of the entry plus the password provided by the HTTP client. ... The require ldap-attribute directive allows the administrator to grant access based on attributes of the authenticated user in the LDAP directory. ...
Modules | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Modules . Available Languages: en . ... Yet another experimental variant of the standard worker MPM . ... MPM . ... mpm_threadpool_module . ... Rather than queuing connections like the worker MPM, the threadpool MPM queues idle worker threads and hands each accepted connection to the next available worker. The threadpool MPM can't match the performance of the worker MPM in benchmark testing. ...
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 . ... This document explains how Apache uses the URL of a request to determine the filesystem location from which to serve a file. ... User Directories . URL Redirection . ... The module mod_userdir extends this idea to the web by allowing files under each user's home directory to be accessed using URLs such as the following. http://www.example.com/~user/file.html . ...