Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.06 KB

Apache with HTTP/2 Auto Installer

This script contains all necessary for install and execute automatically Apache with full HTTP/2 support (h2 & h2c).

Requirements

This script has been tested with Ubuntu 14.04 LTS. All necessary dependencies are included inside the script.

How to install?

The installation process is very simple. You only have to execute the following command

./apache.sh

During the installation process, this script will ask you for the "root" password. It's necessary provide it to make the Apache installation correctly and its dependencies.

Details

This script will install the Apache with full HTTP/2 suppor on your home directory:

~/apache2.5/

On the other hand, the following tools will be installed on your system with Apache.

  • OpenSSL 1.0.2
  • cURL 7.48
  • NGHTTP2: 1.9.2

Finally, Apache 2.5-DEV is installed with PHP5.

##Licensing Please see LICENSE file.

##Credits

Madrid, 09/30/2015,

Javier Gusano Martínez, Hewlett-Packard Enterprise