Skip to content

jgm1986/Apache_mod_h2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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