![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
Welcome! - The Apache HTTP Server Project
2018年1月1日 · The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.
Download - The Apache HTTP Server Project
2013年10月8日 · Use the links below to download the Apache HTTP Server from our download servers. You must verify the integrity of the downloaded files using signatures downloaded …
Documentation: Apache HTTP Server - The Apache HTTP Server …
Apache HTTP Server Documentation¶ The documentation is available is several formats. Downloadable formats including Windows Help format and offline-browsable html are available from our distribution mirrors .
Using Apache HTTP Server on Microsoft Windows
If you cannot compile the Apache HTTP Server yourself, you can obtain a binary package from numerous binary distributions available on the Internet. Popular options for deploying Apache httpd, and, optionally, PHP and MySQL, on Microsoft Windows, include: Apache Lounge; Bitnami WAMP Stack; WampServer; XAMPP
Getting Started - Apache HTTP Server Version 2.4
If you're completely new to the Apache HTTP Server, or even to running a website at all, you might not know where to start, or what questions to ask. This document walks you through the basics.
What is the Apache HTTP Server Project?
The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server.
HTTP/2 guide - Apache HTTP Server Version 2.4
HTTP/2 in Apache httpd The HTTP/2 protocol is implemented by its own httpd module, aptly named mod_http2 . It implements the complete set of features described by RFC 7540 and supports HTTP/2 over cleartext (http:), as well as secure (https:) connections.
SSL/TLS Strong Encryption: How-To - Apache HTTP Server Version …
How can I require HTTPS with strong ciphers, and either basic authentication or client certificates, for access to part of the Intranet website, for clients coming from the Internet? I still want to allow plain HTTP access for clients on the Intranet.
Apache Download Mirrors - The Apache HTTP Server Project
Please read Verifying Apache Software Foundation Releases for more information on why you should verify our releases. The PGP signature can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the relevant distribution.
When not to use mod_rewrite - Apache HTTP Server Version 2.4
In the case of the http-to-https redirection, the use of RewriteRule would be appropriate if you don't have access to the main server configuration file, and are obliged to perform this task in a .htaccess file instead.