Site Map - Apache HTTP Server 2.0 Apache HTTP Server Version 2.0 Site Map ● Apache HTTP Server Version 2.0 Documentation ❍ Release Notes ■ Upgrading to 2.0 from 1.3 ■ New features with Apache 2.0 ❍ Using the Apache HTTP Server ■ Compiling and Installing Apache ■ Starting Apache ■ Stopping and Restarting the Server ■ Configuration Files ■ How Directory, Location and Files sections work ■ Server-Wide Configuration ■ Log Files ■ Mapping URLs to Filesystem Locations ■ Security Tips ■ Dynamic Shared Object (DSO) support ■ Content Negotiation ■ Custom error responses ■ Setting which addresses and ports Apache uses ■ Multi-Processing Modules (MPMs) ■ Environment Variables in Apache ■ Apache's Handler Use ■ Filters ■ suEXEC Support ■ Performance Hintes ■ URL Rewriting Guide ❍ Apache Virtual Host documentation ■ Name-based Virtual Hosts ■ IP-based Virtual Host Support ■ Dynamically configured mass virtual hosting ■ VirtualHost Examples ■ An In-Depth Discussion of Virtual Host Matching ■ File descriptor limitations ■ Issues Regarding DNS and Apache ❍ Apache Server Frequently Asked Questions http://httpd.apache.org/docs-2.0/sitemap.html (1 of 4) [5/03/2002 9:53:06 PM] Site Map - Apache HTTP Server 2.0 ■ Support ❍ Apache SSL/TLS Encryption ■ SSL/TLS Encryption: An Introduction ■ SSL/TLS Encryption: Compatibility ■ SSL/TLS Encryption: How-To ■ SSL/TLS Encryption: FAQ ■ SSL/TLS Encryption: Glossary ❍ Guides, Tutorials, and HowTos ■ Authentication ■ Apache Tutorial: Dynamic Content with CGI ■ Apache Tutorial: Introduction to Server Side Includes ■ Apache Tutorials ❍ Platform-specific Notes ■ Using Apache with Microsoft Windows ■ Compiling Apache for Microsoft Windows ■ Running Apache for Windows as a Service ■ Using Apache with Novell NetWare ■ Running a High-Performance Web Server on HPUX ■ The Apache EBCDIC Port ❍ Apache HTTP Server and Supporting Programs ■ Manual Page: httpd ■ Manual Page: ab ■ Manual Page: apachectl ■ Manual Page: apxs ■ Manual Page: dbmmanage ■ Manual Page: htdigest ■ Manual Page: htpasswd ■ Manual Page: logresolve ■ Manual Page: rotatelogs ■ Manual Page: suexec ■ Other Programs ❍ Apache Miscellaneous Documentation ■ International Customized Server Error Messages ■ Connections in FIN_WAIT_2 and Apache ■ Known Client Problems ■ Descriptors and Apache ■ PATH_INFO Changes in the CGI Environment ❍ Apache modules ■ Apache modules - By Type ■ Apache directives ■ Definitions of terms used to describe Apache modules ■ Definitions of terms used to describe Apache directives http://httpd.apache.org/docs-2.0/sitemap.html (2 of 4) [5/03/2002 9:53:06 PM] Site Map - Apache HTTP Server 2.0 ■ Apache Core Features ■ Apache MPM Common Directives ■ Apache MPM netware ■ Apache MPM winnt ■ Apache MPM perchild ■ Apache MPM prefork ■ Apache MPM worker ■ Apache module mod_access ■ Apache module mod_actions ■ Apache module mod_alias ■ Apache module mod_asis ■ Apache module mod_auth ■ Apache module mod_auth_anon.c ■ Apache module mod_auth_dbm ■ Apache module mod_auth_digest ■ Apache module mod_ldap ■ Apache module mod_autoindex ■ Apache module mod_cache ■ Apache module mod_cern_meta ■ Apache module mod_cgi ■ Apache module mod_cgi ■ Apache module mod_charset_lite ■ Apache module mod_dav ■ Apache module mod_deflate ■ Apache module mod_dir ■ Apache module mod_env ■ Apache module mod_example ■ Apache module mod_expires ■ Apache module mod_ext_filter ■ Apache module mod_file_cache ■ Apache module mod_headers ■ Apache module mod_imap ■ Apache module mod_include ■ Apache module mod_info ■ Apache module mod_isapi ■ Apache module mod_ldap ■ Apache module mod_log_config ■ Apache module mod_mime ■ Apache module mod_mime_magic ■ Apache module mod_negotiation ■ Apache module mod_proxy ■ Apache module mod_rewrite http://httpd.apache.org/docs-2.0/sitemap.html (3 of 4) [5/03/2002 9:53:06 PM] Site Map - Apache HTTP Server 2.0 ■ Apache module mod_setenvif ■ Apache module mod_so ■ Apache module mod_speling ■ Apache module mod_ssl ■ Apache module mod_status ■ Apache module mod_suexec ■ Apache module mod_unique_id ■ Apache module mod_userdir ■ Apache module mod_usertrack ■ Apache module mod_vhost_alias ❍ Developer Documentation ■ Apache API notes ■ Debugging Memory Allocation in APR ■ Documenting Apache 2.0 ■ Apache 2.0 Hook Functions ■ Apache 2.0 Layered I/O ■ Converting Modules from Apache 1.3 to Apache 2.0 ■ Request Processing in Apache 2.0 ■ How Filters Work in Apache 2.0 Apache HTTP Server Version 2.0 http://httpd.apache.org/docs-2.0/sitemap.html (4 of 4) [5/03/2002 9:53:06 PM] Apache HTTP Server Version 2.0 Documentation FAQ SiteMap Directives Modules Search Apache HTTP Server Version 2.0 Release Notes Using the Apache HTTP Server New Features in Version 2.0 Configuration Files Upgrading to Version 2.0 Server-Wide Configuration Apache License Log Files Reference Manual Mapping URLs to the Filesystem Compiling and Installing Virtual Hosts Starting SSL/TLS Strong Encryption Stopping or Restarting Server Side Includes Run-time Configuration Directives Dynamic Content with CGI Modules: By Type or Alphabetical Handlers Multi-Processing Modules (MPMs) Filters Server and Supporting Programs Content negotiation Dynamic Shared Object (DSO) Support Environment Variables Platform Specific Notes Using SetUserID Execution for CGI Microsoft Windows General Performance hints Novell NetWare Security tips URL Rewriting Guide Other Topics Frequently Asked Questions SiteMap Tutorials Documentation for Developers Other Notes Maintained by the Apache HTTP Server Documentation Project. Apache HTTP Server Version 2.0 http://httpd.apache.org/docs-2.0/index.html [5/03/2002 9:53:06 PM] Upgrading to 2.0 from 1.3 Apache HTTP Server Version 2.0 Upgrading to 2.0 from 1.3 In order to assist folks upgrading, we maintain a document describing information critical to existing Apache users. These are intended to be brief notes, and you should be able to find more information in either the New Features document, or in the src/CHANGES file. Compile-Time Configuration Changes ● Apache now uses an autoconf and libtool system for configuring the build processes. Using this system is similar to, but not the same as, using the APACI system in Apache 1.3. ● In addition to the usual selection of modules which you can choose to compile, Apache 2.0 has moved the main part of request processing into Multi-Processing Modules (MPMs). Run-Time Configuration Changes ● Many directives that were in the core server in Apache 1.3 are now in the MPMs. If you wish the behavior of the server to be as similar as possible to the behavior of Apache 1.3, you should select the prefork MPM. Other MPMs will have different directives to control process creation and request processing. ● The proxy module has been revamped to bring it up to HTTP/1.1. Among the important changes, proxy access control is now placed inside a <Proxy> block rather than a <Directory proxy:> block. ● The handling of PATH_INFO (trailing path information after the true filename) has changed for some modules. Modules that were previously implemented as a handler but are now implemented as a filter may no longer accept requests with PATH_INFO. Filters such as INCLUDES are implemented on top of the core handler, and therefore reject requests with PATH_INFO. You can use the AcceptPathInfo directive to force the core handler to accept requests with PATH_INFO and thereby restore the ability to use PATH_INFO in server-side includes. ● The CacheNegotiatedDocs directive now takes the argument on or off. Existing instances of CacheNegotiatedDocs should be replaced with CacheNegotiatedDocs on. ● The ErrorDocument directive no longer uses a quote at the beginning of the argument to indicate a text message. Instead, you should enclose the message in double quotes. For example, existing instances of ErrorDocument 403 "Some Message should be replaced with ErrorDocument 403 "Some Message" As long as the second argument is not a valid URL or pathname, it will be treated as a text message. ● The AccessConfig and ResourceConfig directives no longer exist. Existing instances of these directives can be replaced with the Include directive which has equivalent functionality. If you were making use of the default values of these directives without including them in the configuration files, you may need to add Include conf/access.conf and Include conf/srm.conf to your httpd.conf. In order to assure that Apache reads the configuration files in the same order as was implied by the older directives, the Include directives should be placed at the end of httpd.conf, with the one for srm.conf preceding the one for access.conf. ● The BindAddress and Port directives no longer exist. Equivalent functionality is provided with the more flexible Listen directive. ● Another use of the Port directive in Apache-1.3 was setting the port number to be used in self-referential URL's. The Apache-2.0 equivalent is the new ServerName syntax: it has been changed to allow specifying both the hostname and the port number for self-referential URL's in one directive. ● The ServerType directive no longer exists. The method used to serve requests is now determined by the selection of MPM. There is currently no MPM designed to be launched by inetd. ● The mod_log_agent and mod_log_referer modules which provided the AgentLog, RefererLog and RefererIgnore directives have been removed. Agent and referer logs are still available using the CustomLog directive of mod_log_config. ● The AddModule and ClearModuleList directives no longer exist. These directives where used to ensure that modules could be http://httpd.apache.org/docs-2.0/upgrading.html
Details
-
File Typepdf
-
Upload Time-
-
Content LanguagesEnglish
-
Upload UserAnonymous/Not logged-in
-
File Pages533 Page
-
File Size-