Student Reviews
( 5 Of 5 )
1 review
Video of Setting up Apache Virtual Hosts in Apache HTTP Server course by Steve Griffith - Prof3ssorSt3v3 channel, video No. 7 free certified online
This video talks about how you can set up apache using the httpd.conf file and the hosts file so that you can host multiple ip addresses, multiple ports, or multiple domain names on the same computer.
A useful technique when you are trying to do some cross-domain testing with websites or APIs.
Code GIST for httpd.conf extracts: https://gist.github.com/prof3ssorSt3v3/d76051b0661e3cf9efb936f5d930eaa2
Code GIST for hosts file: https://gist.github.com/prof3ssorSt3v3/1fe96c854798ee585c6c3b77bfd82813
Apache Reference: https://httpd.apache.org/docs/2.4/vhosts/examples.html