Skip to content

nickbeaird/test-apache-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant with Apache

Installation

  1. Vagrnat up
  2. See your apache site!
  3. Go to IP listed in the Vagrant file listed under "private address"
  4. Go to your http://localhost/[port in Vagrant file]
  5. Mimic what a DNS would do and and the IP address from the Vagrant file to your /etc/hosts file. Then use that website name as your reference. NOTE: you can make multiple named websites in the /etc/hosts file and sort them in your apache .conf file.

File locations to know!

  1. Your local VM and Vagrant file
  • github test-centos-apache
  • your local machine
  1. Your website files
  1. apache files
  • /etc/httpd/
  1. apache configuration files
  • /etc/httpd/conf/httpd.conf

About

apache server that displays a page with Vagrant up

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published