/vagrant-virtualbox-centos7-httpd-codeit

Installs the latest httpd server (with mod_ssl) from codeit repository on a clean CentOS 7 vagrant box

Vagrantfile to create an apache httpd server from the codeit repository

Details

Usage

Clone, start and test (will display server information)

  • git clone https://github.com/jadbaz/vagrant-virtualbox-centos7-httpd-codeit
  • cd vagrant-virtualbox-centos7-httpd-codeit
  • time vagrant up; echo "*****************************"; curl -v -k https://127.0.0.1:1443 > index.html